问题描述
我以前按照 Finn Johnsen 的说明成功地将 Android 源附加到 Eclipse 此处.
I've previously had success attaching the Android Source to Eclipse by following Finn Johnsen's instructions here.
然而,这种方法似乎已经停止工作:
However this approach seems to have stopped working:
samuel-josephs-computer-4:android-sources samueljoseph$ git checkout origin/froyo-release
Previous HEAD position was 1de4a2c... am 62619392: Merge "Fix leak when keylock is recreated."
HEAD is now at adba66b... This class no longer exists.
有一个更新的博客 这里 有一些 Eclair 的预先组织的来源,但之后就没有了.
There was a more recent blog here which had some pre-organized source for Eclair, but nothing since.
还有一些 2008 年的 StackOverflow 帖子(比上面两个都早),例如https://stackoverflow.com/questions/3182904/attaching-java-source-to-android-projects-in-eclipse.
There are also some StackOverflow posts from 2008 (older than both the above), e.g.https://stackoverflow.com/questions/3182904/attaching-java-source-to-android-projects-in-eclipse.
目前实现这一目标的指南是什么?
What is the current guidance for accomplishing this?
推荐答案
有一个名为 Android Sources 通过 Gingerbread 安装源.我最近没试过.
There is an Eclipse plugin called Android Sources that installs the sources up through Gingerbread. I haven't tried it recently.
这篇关于如何将 Android 源代码附加到 Eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!