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