我刚刚更新到 Android SDK Tools r20,并尝试基于 android 4.1 和 WXGA 创建 avd,但在启动 AVD 时出现错误消息。
配置.ini:
hw.mainKeys=no
hw.lcd.density=320
sdcard.size=512M
skin.name=WXGA720
skin.path=platforms\android-16\skins\WXGA720
hw.cpu.arch=arm
hw.keyboard.lid=no
abi.type=armeabi-v7a
hw.cpu.model=cortex-a8
vm.heapSize=48
hw.ramSize=1024
image.sysdir.1=system-images\android-16\armeabi-v7a\
错误信息:
Starting emulator for AVD 'android4.1'
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.
错误仅在我选择 WXGA 皮肤时输出,无论是 720 还是 800 我看到Failed to allocate memory: 8 page to find solution 并尝试更改内存大小,但没有解决我的问题。
我的系统环境:
OS: windows 7 64bit
memory: 4GB
我试图在 Windows 7 中启动 android 4.0.3 WXGA,得到了同样的错误。但同一台机器在Ubuntu 64bit android SDK tools r18,创建android 4.0.3 WXGA,启动正常。
那么,我可以为这个问题做些什么呢?