Android AVD模拟器无法在Android Studio中运行

时间:2014-12-05 06:43:42

标签: android android-emulator android-studio

通过Android Studio启动Android AVD模拟器。我得到了这个: -

enter image description here

我的系统框架是32位.Plz帮助我,我是新的...

1 个答案:

答案 0 :(得分:1)

如果您导航到(在Android Studio嵌入提示中),您可以采取解决方法:

/home/ubuntu/Android/Sdk/tools/

当你在那里执行时:

./emulator -netdelay none -netspeed full -avd Nexus_4_API_21_x86 -force-32bit

Aproximately;我不知道你的avd id是什么,但也许可能是那个提示:P -force-32bit参数应该让你的模拟器工作。理想情况下,您应该将ANDROID_EMULATOR_FORCE_32BIT更改为true,但我不知道Android Studio xD中该变量的位置:)