两天前我有一个最近的问题.在此之前我运行Android模拟器(API版本8 y 15)没有任何有意义的延迟.但是由于这两天模拟器的启动已经变成无法忍受的时间延迟,因此十五个API版本持续大约两个小时,而八个API版本可能会延迟超过8个小时.
我试图重新安装SDK,擦除AVD而没有结果.我已经启用了快照选项,但是所提到的延迟使得工作非常缓慢.
提前致谢.
解决方法:
尝试使用以下内容:
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?
以上是内存溢出为你收集整理的Eclipse中的Android模拟器明显变慢了全部内容,希望文章能够帮你解决Eclipse中的Android模拟器明显变慢了所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)