Skip to content Skip to sidebar Skip to footer

Where Is Android 4.1 (jelly Bean) Source Code?

I am looking for Android 4.1(jelly bean) source code. Over the internet there are lots of blog mentioning that source code has been published. But I couldn't figure out where. I lo

Solution 1:

I currently don't have access to a linux box where I can test this, but I can see the manifest for Jelly Bean on the AOSP website. You should be able to download the source by issuing the following commands:

repo init -u https://android.googlesource.com/platform/manifest -b android-4.1.1_r3
repo sync

For a more detailed description, please refer to http://source.android.com/source/downloading.html. This document has not been updated for Jelly Bean but it should work, just replace the version numbers where appropriate.

Solution 2:

Android 4.1 is already available through

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

Post a Comment for "Where Is Android 4.1 (jelly Bean) Source Code?"