问题:Failed to allocate memory: 8
事情:
今天eclipse的模拟器突然起不来了,报下面的错误.google了一下,在http://stackoverflow.com/questions/7222906/failed-to-allocate-memory-8看到帖子,大致浏览了一下,明白了大致原因:内存爆了(分配内存失败),建议模拟器内存分配1G以下。
[2013-12-20 15:02:16 - Emulator] Failed to allocate memory: 8
[2013-12-20 15:02:16 - Emulator][2013-12-20 15:02:16 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2013-12-20 15:02:16 - Emulator] Please contact the application's support team for more information.
解决方案:
删除原来的模拟器,重新建一个新的。采用默认配置512M.
版权声明:本文为jiankehtt原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。