Find Android sources
Developers write better apps when they can read the source. Unfortunately, the sources for the Android framework and various Google Android libraries are scattered all over the web.
This page helps Android developers find the sources they're looking for.
🤔 Something missing? Report or edit.
studio-master-devbranch.
studio-master-devbranch is not indexed.
adb pull /system/framework/framework.jar.
framework.jar(contains dexes).
studio-master-devbranch.
studio-master-devbranch is not indexed.
studio-master-devbranch.
studio-master-devbranch is not indexed.
Bazel is a build tool maintained by Google but not part of the official Android toolchain. Some Android devs begrudgingly use it.
Skia is a 2D graphics library used by Android and Compose Desktop. On Android it's always been used for software rendering, and is used for hardware rendering except from Android 3.0 to 9.0.