如何提高 Android 模拟器的速度?
How to increase the speed of Android emulator?
我的系统配置是 Core i3 CPU,RAM 大小是 4GB,Windows 7 Ultimate。
等待 HOME ('android.process.acore') 启动后...
它永远留在那里
如何提高 Android 模拟器的速度?
您可以尝试以下方法:
- 检查您的处理器是否支持
Intel HAXM
。这将使
模拟器 运行 就像一个真实的设备。
- 尝试
GenyMotion
。
- 尝试
BlueStacks
。
- 或者,考虑在 Linux 上开发。 Linux 内核包含一个名为
kvm
that is the equivalent of the Intel HAXM driver on Windows. The emulator is blazing fast on Linux with supported processors. 的模块
参考文献:
1. Why is the Android emulator so slow?.
2. Speed up your Android Emulator!.
除非你有一台高端笔记本电脑,否则你无能为力
所以你可以做的是使用 Genymotion 模拟器而不是使用内置模拟器,与内置模拟器相比它非常快
https://www.genymotion.com/#!/
检查 EXAM 是否是最新的(版本 6.0.1.0)并且 VT-X 在我们的电脑上已启用。
创建一个 ram 大小应为 1024 mb 的新模拟器。
我的系统配置是 Core i3 CPU,RAM 大小是 4GB,Windows 7 Ultimate。
等待 HOME ('android.process.acore') 启动后...
它永远留在那里
如何提高 Android 模拟器的速度?
您可以尝试以下方法:
- 检查您的处理器是否支持
Intel HAXM
。这将使 模拟器 运行 就像一个真实的设备。 - 尝试
GenyMotion
。 - 尝试
BlueStacks
。 - 或者,考虑在 Linux 上开发。 Linux 内核包含一个名为
kvm
that is the equivalent of the Intel HAXM driver on Windows. The emulator is blazing fast on Linux with supported processors. 的模块
参考文献:
1. Why is the Android emulator so slow?.
2. Speed up your Android Emulator!.
除非你有一台高端笔记本电脑,否则你无能为力 所以你可以做的是使用 Genymotion 模拟器而不是使用内置模拟器,与内置模拟器相比它非常快 https://www.genymotion.com/#!/
检查 EXAM 是否是最新的(版本 6.0.1.0)并且 VT-X 在我们的电脑上已启用。 创建一个 ram 大小应为 1024 mb 的新模拟器。