我已经创建了一个应用程序,并且在带有 Gingerbread 的真实设备上运行良好(我目前没有任何其他设备)。问题:
如果我尝试在配置为使用 JellyBean 和 Google Api 的模拟器中运行相同的应用程序,则当我打开一个显示谷歌地图的活动时,崩溃而没有任何错误日志,只是屏幕变黑并且 Eclipse 打开一个调试透视图,显示
“找不到来源”
Thread [<1> main] (Suspended (exception RuntimeException))
<VM does not provide monitor information>
ActivityThread.performLaunchActivity(ActivityThread$ActivityClientRecord, Intent) line: 2059
ActivityThread.handleLaunchActivity(ActivityThread$ActivityClientRecord, Intent) line: 2084
ActivityThread.access$600(ActivityThread, ActivityThread$ActivityClientRecord, Intent) line: 130
ActivityThread$H.handleMessage(Message) line: 1195
ActivityThread$H(Handler).dispatchMessage(Message) line: 99
Looper.loop() line: 137
ActivityThread.main(String[]) line: 4745
Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]
Method.invoke(Object, Object...) line: 511
ZygoteInit$MethodAndArgsCaller.run() line: 786
ZygoteInit.main(String[]) line: 553
NativeStart.main(String[]) line: not available [native method]
...没有关于丢失的源代码或我的班级中导致 logcat 错误的行