如何下载Android源代码并在Eclipse中连接它?
我想看Android源代码,但不知道如何下载。我只在 StackOverflow 上找到了地址。
所以我的问题是:
- 如何从网站 https://android.googlesource.com/?
- 如何在 Eclipse 中安装源代码?
I want to see the Android source code, but I don't know how to download it. I only find the address on Stack Overflow.
So my questions are:
- How do I download the source code from the site https://android.googlesource.com/?
- How do I install the source code in Eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Git 下载单个项目,也可以按照此处发布的说明获取整个树: https ://source.android.com/source/downloading
如果您有完整的树,您可以使用位于
development/ide/eclipse
中的 IDE 支持文件。警告:整棵树很大。确保您有充足的时间和可用带宽配额(如果适用)。
You can use Git to download single projects, or you can get the whole tree by following the instructions posted here: https://source.android.com/source/downloading
If you have the full tree you can use the IDE support files located in
development/ide/eclipse
.Warning: The full tree is big. Be sure you have plenty of time and available bandwidth quota, if applicable.