我使用Eclipse朱诺和Android模拟器(SDK工具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中不显示任何错误)。