Android模拟器太慢了

cho*_*bo2 5 performance android android-emulator

我知道已经有很多帖子了,但是这些帖子中给出的所有解决方案都没有用。

我制作了一个Android 3.2模拟器,并试图运行一个hello world应用程序。我将设备内存大小设置为1024(任何更大的大小,模拟器都会崩溃并给出此错误)

Failed to allocate memory: 8
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Run Code Online (Sandbox Code Playgroud)

我在Windows 7 64位版本上。正如我所说,我正在尝试运行一个hello world应用程序。我试图使用快照功能使其加载速度更快,但是模拟器在“ android”徽标页面上停留了大约5分钟。

即使模拟器加载完毕,并且我尝试在模拟器上单击后退按钮和其他默认应用程序,它就像幻灯片一样。

Ada*_*orm 4

除非您确实需要 3.2 的一些新功能,否则我建议您在早期的 sdk 上进行开发...我个人在我的大多数应用程序中使用 1.6 和 2.1,加载时间和一般模拟器速度的差异是巨大的。

编辑: 特别是考虑到你目前只写 helloWorld