Eclipse中的Android模拟器明显变慢了

时间:2012-04-26 08:02:12

标签: android api sdk emulation

两天前我有一个近期的问题。在此之前我运行Android模拟器(API版本8 y 15)没有任何有意义的延迟。但是由于这两天模拟器的启动已经变成无法忍受的时间延迟,因此十五个API版本大约持续两个小时,而八个API版本可能会延迟超过8个小时。

我尝试重新安装SDK,删除AVD但没有结果。我已经启用了快照选项,但是所提到的延迟使得工作变得非常缓慢。

提前致谢。

3 个答案:

答案 0 :(得分:1)

尝试使用以下内容:

emulator.exe -cpu-delay 0 -no-boot-anim -avd avd

或使用gfx加速

emulator -avd <avd_name> -gpu on

如果那不起作用,给http://www.android-x86.org/一个机会;)

由于你已经启用了快照选项,我不必再次命名。

此外: Can I tweak my android emulator to make it fast? Why is the Android emulator so slow? How can we speed up the Android emulator? Why is the Android emulator slow? Why is the Android emulator so slow? How can we speed up the Android emulator? Unbearably slow android emulator -- is there a fix?

答案 1 :(得分:0)

您的初创公司正在小时?有些事情是严重错误的。我会检查你的开发机器,看它是不是磁盘还是碎片或颠簸。也许检查一下AVD是不是声明了太多的虚拟SD。

答案 2 :(得分:0)

如果您在虚拟机上运行Android,速度会快得多。您可以按照我的指南进行设置,http://www.bobbychanblog.com/2011/07/faster-android-emulator-alternative-using-virtualbox/