Galaxy s3 emulator

旧城冷巷雨未停 提交于 2019-12-10 23:36:17

问题


Starting emulator for AVD 's3'

Failed to allocate memory: 8 T
his application has requested the Runtime to terminate it in an unusual way. 
Please contact the application's support team for more information. 

I am getting this problem while running s3 emulator with this configuration

Target: Google APIs - API Level 15 Skin: Built-in WXGA720

Hardware Back/Home: yes
Abstracted LCD density: 320
Keyboard lid support: no
Max VM application heap size: 48
Device ram size: 512

回答1:


There is a common problem when setting up the AVD that you have to manually edit the config file to fix. On my WinXP comp this is located at

C:\Documents and Settings\username\.android\avd\name_of_avd.avd\config.ini

Change the memory settings from hw.ramSize=512 to hw.ramSize=512MB

Save the file and reopen the avd. This worked for me except I use hw.ramSize=1024MB




回答2:


Set the resolution manually to 720x1280 instead of using predefined WXGA720.



来源:https://stackoverflow.com/questions/11470757/galaxy-s3-emulator

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!