每当我尝试调试我的应用程序时,Eclipse都会打开Class File Editor
并提供Source not Found
,通常用于基本的Java类(例如,Looper.class)。我真的很厌烦这个。由于这些Source not Found
,我无法很好地调试。有办法解决这个问题吗?
谢谢!
答案 0 :(得分:2)
转到帮助>在eclipse中安装新软件...并添加更新站点:http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/
然后你可以下载android源码。
更新: 对于Android的更新版本(API级别14及更高版本),Android SDK Manager允许您下载特定API级别的源代码。您可以这样做,然后当您收到Source not Found消息时,您可以通过输入下载源的路径(应该位于SDK位置)来附加源。
答案 1 :(得分:-1)
我假设在清单文件中你有android:debuggable="true"
,Eclipse可以找到源代码。对于Android平台源,您是否已下载平台源?