5

When I am trying to look at platform JAR or when I am debugging my android application in Eclipse, the following screen always show.

enter image description here

I have read some of the posts online and understand that Android SDK does not come with Source Code. But how can I download the correct version of source code and attach in Eclipse?

I guess the following link provides the right solution for me, however, unfortunately it is outdated and I can download the source code for only Cupcake(1.5), Donut(1.6) & Eclair(2.1).

Attaching Android platform source in Eclipse

Can anyone provide me the link to download the source code for Ice Cream Sandwich(4.0.3)? Any help will be much appreciated.

4

3 回答 3

5

通过以下几个步骤解决了我的问题。

1) 我通过 Android SDK Manager 下载了源代码。(源下载到位于“path_to_android_sdk/sources/android-xx”的源目录)。xxAPI级别编号(4.0.3 为 15)。Android 版本和 API 级别可以在以下链接中找到,供您参考方便。

Android 版本和 API 级别

2)我压缩了下载的文件。(在这种情况下为 android-15 )

3) 在“未找到源”页面中,单击“附加源”按钮并选择我在步骤 2 中存档的 zip 文件。

于 2013-07-26T03:16:22.137 回答
2

一段时间以来,Android SDK 管理器允许您安装大多数 SDK 级别的源代码。确保您的 Eclipse 的 Android 插件是最新的。启动 SDK 管理器并确保您拥有最新版本的工具。然后,在每个 SDK 级别下,应该有一个名为Sources for SDK的项目。确保安装了您想要的级别。

如果 Eclipse 调试器仍然无法使用源代码,请右键单击 Package Explorer 窗格中的项目,导航到 Android Tools,然后选择“Fix Project Properties”。

于 2013-07-26T03:20:14.503 回答
0

Android 源代码树位于 Google 托管的 Git 存储库中。本文档介绍如何下载特定 Android 代码行的源代码树。

您可以点击此链接

http://source.android.com/source/downloading.html

并下载源代码

于 2013-07-26T02:47:27.783 回答