I want to download the complete android v1.0 sources. Is the source available here what I am looking for? Or is it some newer version ?
I want to download the complete android v1.0 sources. Is the source available here
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do not forget that you do not need android source code to be able to develop application with. SDK is enough and designed for.
git is not enough, you need “repo” to be able to download a particular version of android see http://source.android.com/source/downloading.html
By using repo you will need to precise the branch name . it’s a main label for a particular version see http://source.android.com/source/code-lines.html
Starting with cupcake (version 1.6, 1.0 not available here) you’ll get main tags and version names at http://source.android.com/source/build-numbers.html
To browse the code you may visit https://android.googlesource.com.