This application has requested the Runtime to terminate it in an unusual way

搭建Android开发环境时,一切都就弄好了,但是在start AVD时,遇到这个问题: 
This application has requested the Runtime to terminate it in an unusual way 
网上找了下,发现下面这个解决方法解决了这个问题。
在创建AVD时设定的RAM过大(我选择的device是Nexus 7,其默认RAM是1024),后来将这个值改为512后就能正常启动AVD了

你可能感兴趣的:(Android,application,android开发)