在哪里以及如何找到和下载 Android 1.5 源代码?

发布于 2024-09-08 14:20:01 字数 53 浏览 4 评论 0原文

在哪里以及如何找到和下载 Android 1.5 源代码?

Where and how can I find and download Android 1.5 source code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

走过海棠暮 2024-09-15 14:20:01

要获取 Android 源代码的特定分支,您可以像获取最新版本一样使用存储库。按照其他答案提供的链接中设置机器的信息说明进行操作后,您将运行

repo init -u https://android.googlesource.com/platform/manifest -b cupcake 

这将提取 1.5 版本的源代码。

To get a specific branch of the android source, you use the repo just like you would to get the latest version. After you follow the instructions on the info for setting up the machine in the links that were supplied by the other answers, you would run

repo init -u https://android.googlesource.com/platform/manifest -b cupcake 

That will pull the 1.5 version of the source code.

晨曦慕雪 2024-09-15 14:20:01

http://source.android.com - Android 源代码的主页
https://android.googlesource.com - 实际 Android 源代码的主页。

http://source.android.com/source/download.html - 说明下载源代码。

http://source.android.com - The homepage for the Android source
https://android.googlesource.com - The homepage for the actual Android source code.

http://source.android.com/source/download.html - Instructions for downloading the source code.

川水往事 2024-09-15 14:20:01

我想你会从 android git 存储库中获取它?
网络界面: https://android.googlesource.com/
SDK: http://developer.android.com/sdk/index .html

有关如何访问它的详细信息:
https://source.android. com/source/downloading

请注意,存储库包含当前版本,因此您可能对以上内容不感兴趣。

我发现了这个:

Andriod 1.5(纸杯蛋糕): http://androidforums.com/android-developers/1045-source-code-android-jar.html

通过: http://java.dzone.com /articles/android-zip-download-cupcake

I'd imagine you would get it from the android git repository?
Web interface: https://android.googlesource.com/
SDK: http://developer.android.com/sdk/index.html

Details on how to access it:
https://source.android.com/source/downloading

Note, the repository contains the current version so the above is likely uninteresting to you.

I found this though:

Andriod 1.5 (cupcake): http://androidforums.com/android-developers/1045-source-code-android-jar.html

Via: http://java.dzone.com/articles/android-zip-download-cupcake

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文