android studio中的android模拟器速度太慢,无法完全使用它

时间:2015-06-11 12:50:34

标签: android performance android-studio android-emulator

Android工作室太慢,我无法使用后退,主页,选项键。 而且我也无法旋转模拟器。如何提高模拟器的性能并可以使用所有键和旋转功能???

3 个答案:

答案 0 :(得分:1)

您也可以使用Genymotion。

https://www.genymotion.com/#!/

它使用Virtual Box运行。应该足够快。

答案 1 :(得分:0)

对于速度,它是好的,取决于您的系统规格,但尝试一下http://jolicode.com/blog/speed-up-your-android-emulator

至于轮换,试试这些:

Mac:ctrl + fn + f12

Windows:左ctrl + f12

Linux:ctrl + f12

答案 2 :(得分:0)

Android Studio和Emulator是不同的工具。你们可以彼此独立地互相使用。

模拟器很慢并且大部分时间都无法使用。请参阅Jake Wharton关于模拟器Android needs a simulator的文章。

暂时您可以使用Genymotion或使用您自己的设备进行调试。