Eclipse 中的 Android 模拟器速度明显变慢

标签 android api sdk emulation

两天前我遇到了一个最近的问题。在此之前,我一直在运行 android 模拟器(API 版本 8 和 15),没有任何明显的延迟。但是这两天模拟器的启动出现了无法忍受的延时,15个版本的API持续了两个小时左右,8个版本的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 模拟器速度明显变慢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10329402/

相关文章:

android - 什么是 INSTALL_PARSE_FAILED_NO_CERTIFICATES 错误?

wordpress - 使用 Woocommerce API 和 Oauth 创建产品

php - 在 Laravel 中将 API key 文件放在哪里

java - Azure 使用 Azure Java SDK 在资源组中列出 Azure Database for PostgreSQL 服务器

android - Onclick 监听器方法中的警报对话框

android - 手势检测和 ScrollView 问题

javascript - 如何使用 API 请求中的信息与网站交互?

ios - 是否可以使用 iOS SDK 检测 LTE 连接?

android - 无法检测设备兼容性。请选择目标设备

android - 有没有办法改变 ListView 滚动颜色?