Top "Android-source" questions

Questions about the source code and building of Android itself, contributing to the Android project, Android kernel development and porting.

Where can I find Android source code online?

Particularly, where can I browse the source code for any android source application(e.g.the contact application) ? Is the …

android android-source
What are ODEX files in Android?

After some android apps installed, I found that it will change to odex file (not apk) in smartphone. How does …

android virtual-machine android-source dalvik
Restart android machine

we have android + linux m/c, we log in into linux shell and boot the machine in android GUI. now …

android adb android-source
What is boot.img file in android?

I am building the android source code and getting new system.img . I try to flash the new system.img …

android android-source
Where is android.os.SystemProperties?

I'm looking at the Android Camera code, and when I try importing android.os.SystemProperties, it cannot be found. Here …

android android-source
How to compile the Android AOSP kernel and test it with the Android Emulator?

Has anyone successfully compiled the android kernel and tested it in the Android emulator, and if so is there anything …

android android-emulator emulation android-source
What is the difference between system apps and privileged apps on Android?

So in 4.3 there was a concept of System applications. APKs that were placed in /system/app were given system privileges. …

android android-source
Can't locate Switch.pm

How do I solve this error? Can't locate Switch.pm in @INC (you may need to install the Switch module) (@…

perl perl-module android-source
Source of Android's lock screen

I am looking for the source code of the android lock screen. It can be for any version of Android (1.5, 1.6, 2.0, …

android android-source
adb devices => no permissions (user in plugdev group; are your udev rules wrong?)

I am getting following error log if I connect my android phone with Android Oreo OS to Linux PC $ adb …

java android linux adb android-source