Questions about the source code and building of Android itself, contributing to the Android project, Android kernel development and porting.
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-sourceI tried to include a prebuilt google apk (with no .so file) to my marshmallow AOSP build based on the …
android android-source prebuildQuestion about Android runtime permissions. AFAIK, android grant dangerous permission at runtime. I reset my phone, then adb pull /data/…
android android-source runtime-permissionsI have been switching between several branches of the Android source code with the commands like: repo init -u https://…
android git android-source repoThis is a stack trace I get when running an Android app I recently inherited. We're not using OkHttp as …
android android-source okhttpwhenever I try to sync CM13 sources, I get this error: panos@ubuntu:~/android/cm13$ repo sync -l Syncing work …
android git build android-source cyanogenmodI 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-sourceI am building an Enterprise app which has system permission and it requires to use a function from BluetoothAdapter class …
android annotations android-sourceFor 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-frameworkI'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