我正在使用Eclipse开发一个Android应用程序,但每当我调试我的应用程序时,我都会收到。
ActivityThread.performLaunchActivity(ActivityThread $ ActivityRecord,Intent)行:2059
在标签页正文中有一些标有"Source not found"
的红色文字和一个标有"Edit Source Lookup Path..."
的按钮。
我尝试通过"Edit Source Lookup Path..."
添加多个路径,但无法找到Eclipse正在寻找的路径。
我尝试过在线提供的许多解决方案,但我的应用程序仍显示相同的消息。
我的java代码: - https://stackoverflow.com/questions/12489325/source-not-found-in-android-emulator-while-debug-the-app-retrieving-data-from-we (代码工作正常)