搭建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值过高导致的,并给出了解决方案——通过减少分配给AVD的RAM来解决该问题。
9789

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



