Questions about the source code and building of Android itself, contributing to the Android project, Android kernel development and porting.
Error happens when I try to compile Android source code(Sourcecode-version: 6.0.1; RAM: 6G; host system: ubuntu 14.04),log is below: including ./…
android android-source android-buildI want to rebuild the Android SDK (or rather only the android.jar) to include hidden and internal APIs. I …
android android-sdk-2.3 android-sourceFor the Activity source code, line 3898 (close to the bottom): /** * @hide */ public final boolean isResumed() { return mResumed; } What does @hide …
android android-activity android-sourceHey, I'm trying to create a design for a list that looks like (and mostly behaves like) the call log, …
android android-layout android-sourceI am working on an android source code which I have downloaded from source.android.com. After a full build …
android android-sourceI posted this question at Android Enthusiasts but figured it was the wrong place to ask, so I deleted it …
android repository android-source git-repoWhen I try to flash via fastboot system.img (from my custom AOSP build) to Sony Xperia Z3 I get …
android android-source sony fastbootThe Android source is a large hierarchy of git repositories. They are managed by a custom script called repo. Repo …
android git android-manifest android-source git-repoI know there a number of walkthroughs and tutorials floating around out there which describe this activity, but after having …
android kernel-module android-sourceI'm adapting a Gingerbread kernel for my custom board. I'm trying to replace a resistive touch screen that uses an …
android linux-kernel device-driver touchscreen android-source