Android studio 安卓工作室。未将应用程序部署/运行到emulator 4.3

Android studio 安卓工作室。未将应用程序部署/运行到emulator 4.3,android-studio,Android Studio,Android Studio 2.3.2 仿真器4.3 在提示显示列表设备中: adb devices List of devices attached emulator-5554 device 但当我尝试从Android Studio运行应用程序时,我在emulator(Android 4.3)上看到了黑屏,什么也没发生。此处显示屏幕: 在另一个模拟器(如7.1)上,我成功部署并运行了应用程序。 这里是我的sdk设置: 如果您在Windows中工作,我建议使用其他模拟器,如Genym

Android Studio 2.3.2 仿真器4.3

在提示显示列表设备中:

adb devices
List of devices attached
emulator-5554   device
但当我尝试从Android Studio运行应用程序时,我在emulator(Android 4.3)上看到了黑屏,什么也没发生。此处显示屏幕:

在另一个模拟器(如7.1)上,我成功部署并运行了应用程序。 这里是我的sdk设置:

如果您在Windows中工作,我建议使用其他模拟器,如Genymotion或Memu,或在实际设备[最佳]上运行基于AndroidStudio的应用程序。根据我的经验,默认的仿真器非常慢,你需要一台真正高规格的电脑

您确实有API和其他必要的东西,因此我认为您的模拟器加载速度太慢,或者与PC不兼容,因此无法加载。

Windows 10(64位)。内存8GB,英特尔3GHz。我有一些模拟器。Emulator 4.0-成功运行,Emulator 7.1-成功运行,但Emulator 4.3-未运行。