搭建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了
This application has requested the Runtime to terminate it in an unusual way
网上找了下,发现下面这个解决方法解决了这个问题。
在创建AVD时设定的RAM过大(我选择的device是Nexus 7,其默认RAM是1024),后来将这个值改为512后就能正常启动AVD了
本文介绍了在启动Android虚拟设备(AVD)时遇到的一个错误:“This application has requested the Runtime to terminate it in an unusual way”。问题的原因在于分配给AVD的RAM值过大。通过将RAM值从1024MB调整到512MB,成功解决了该问题。
9803

被折叠的 条评论
为什么被折叠?



