Top "Android-source" questions

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

What is the meaning of aosp's lunch combos and what do I need to choose?

I am a new comer to Android devices ROM development. Anyway, I am now in the progress of building AOSP …

android build arm 64-bit android-source
Add prebuilt apk to AOSP build

I tried to include a prebuilt google apk (with no .so file) to my marshmallow AOSP build based on the …

android android-source prebuild
Android runtime permission for system apps

Question about Android runtime permissions. AFAIK, android grant dangerous permission at runtime. I reset my phone, then adb pull /data/…

android android-source runtime-permissions
Reduce the Size of the Android Source Repository .repo Directory

I have been switching between several branches of the Android source code with the commands like: repo init -u https://…

android git android-source repo
Does Android use OkHttp internally?

This is a stack trace I get when running an Android app I recently inherited. We're not using OkHttp as …

android android-source okhttp
Repo sync fails to initialize CM13 work tree

whenever I try to sync CM13 sources, I get this error: panos@ubuntu:~/android/cm13$ repo sync -l Syncing work …

android git build android-source cyanogenmod
How to upgrade SystemUI.apk on emulator and real device

I am working on custom ROM, where i need to perform some customization to SytemUI (e.g. statusbar). So, here …

android android-4.2-jelly-bean android-source
What does @UnsupportedAppUsage annotation depict

I am building an Enterprise app which has system permission and it requires to use a function from BluetoothAdapter class …

android annotations android-source
Building separate Android modules with dexpreopt disabled

For my thesis, I'm modifying the android framework and building the source (4.1.1 Jelly Bean). I can do a full build, …

android android-source android-build android-framework
Building AOSP (4.2.2) on Ubuntu 12.10 X64 Fail

I'm trying to build AOSP (4.2.2) on Ubuntu 12.10 X64 and i get following error : armin@ubuntu:~/source$ make -j1 ============================================ PLATFORM_VERSION_…

android android-source ubuntu-12.10