Skip to content

Instantly share code, notes, and snippets.

@caspian311
Created May 27, 2011 20:01
Show Gist options
  • Save caspian311/996044 to your computer and use it in GitHub Desktop.
Save caspian311/996044 to your computer and use it in GitHub Desktop.
getting android source to work in eclipse
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