为什么Emulator(Android 8.0)无法从Android Studio 2.3.3启动?

时间:2017-08-23 09:28:40

标签: gradle android-studio-2.3

Android Studio 2.3.3,Gradle 4.1,Windwows 10(64位),RAM 8 GB,处理器:Intel(R),Core(TM)3.3 GHz。

我创建了Emalator(Android 8.0)。默认配置。我没有改变。

此处截图: enter image description here

enter image description here

现在我从Android Studio启动了模拟器: enter image description here

结果:

在Android Studio的 Gradle控制台中:

 CustomerRequest::where('escalated', '=', 0)
    ->whereIn('customer_request.complain_status_id', array(9, 10))
    ->leftjoin('service_report_mapping', 'service_report_mapping.complain_id', '=', 'customer_request.id')
    ->select('service_report_mapping.report_id')
    ->orderBy('service_report_mapping.id', 'DESC')
    ->groupBy('customer_request.id')
    ->get();

在Android Studio中的运行控制台

BUILD SUCCESSFUL

Total time: 5.852 secs

但是应用程序无法在模拟器上启动。 这里是模拟器上的截图: enter image description here

我关闭模拟器。并再次运行。但重新开始是一样的。模拟器未启动。

为什么模拟器无法启动?结果Android应用程序没有启动。

P.S。如果我在另一个模拟器(例如Android 4.0)上运行我的应用程序,它就会成功运行。 在这里sreeeshot: 选择:

enter image description here

成功开始:

enter image description here

1 个答案:

答案 0 :(得分:2)

您只能在nexus 5x或6p仿真器中安装Oreo。对于模拟器,Ram的大小最小为4GB。