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

时光怂恿深爱的人放手 提交于 2020-01-23 12:28:46

问题


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


回答1:


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.




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/3164864/where-and-how-can-i-find-and-download-android-1-5-source-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!