Android模拟器错误:std :: bad_alloc

我正在使用 Eclipse Juno和 Android模拟器(SDK Tools 21.1),并且我遇到了很多次(在6小时内有两到三次):
[2013-03-22 11:41:19 - Emulator] terminate called after throwing an instance of 'std::bad_alloc'
[2013-03-22 11:41:19 - Emulator]   what():  std::bad_alloc
[2013-03-22 11:41:19 - Emulator] 
[2013-03-22 11:41:19 - Emulator] This application has requested the Runtime to terminate it in an      unusual way.
[2013-03-22 11:41:19 - Emulator] Please contact the application's support team for more information.

我已经google了,但似乎是一个C错误.我不知道这是否是我的应用程序的错误,或者是Eclipse或仿真器的错误. (LogCat不显示任何错误).

解决方法

对不起,我的声誉不够高,这应该是一个评论,因为它不是一个真正的解决方案.

我有同样的问题,但是当我禁用“使用主机GPU”时,它会停止.我认为它必须是模拟器中的错误,因为我也可以在模拟器中玩耍时产生问题(不使用我自己的应用程序).

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...