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