Created
May 27, 2011 20:01
-
-
Save caspian311/996044 to your computer and use it in GitHub Desktop.
getting android source to work in eclipse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in browser, go to: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=snapshot;h=android-sdk-<android-os-version>;sf=tgz | |
expand into <android-sdk-directory>/platforms/sources/android-<android-api-level>/sources | |
for <android-sdk-directory>: | |
installation directory for the android SDK | |
for <android-api-level>: | |
eclair = 7 | |
froyo = 8 | |
gingerbread = 9 | |
honeycomb = 10 | |
for <android-os-version>: | |
eclair = 2.1 | |
froyo = 2.2_r2 | |
gingerbread = 2.3 | |
honeycomb = 3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment