我正在使用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.
Run Code Online (Sandbox Code Playgroud)
我用谷歌搜索它,但它似乎是一个C++错误.我不知道这是我的应用程序的错误,还是Eclipse或模拟器的错误.(LogCat不显示任何错误).