Prepare Build Environment and Download android AOSP source Code
Since most of the development in recently happening on latest Android versions like Android 9, 10 and … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
Since most of the development in recently happening on latest Android versions like Android 9, 10 and … Read more
When we put our device to fastboot mode for flashing our binaries using fastboot command, while trying … Read more
If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more
You can use some of our scripts to download all the information of android device. This will … Read more
If you try to unlock the fastboot flashing during the development using command, You may get an … Read more
When using fastboot, if we type below command, We may see an error as, Solution : First … Read more
If you have some prebuilt android application apk for which you need to know what are the … Read more
The source code which was developed prior to when Soong was introduced in Android build system, was … Read more
When we tried to compile one of our android application using Android Studio, we got the following … Read more
The Android NDK is a toolset that lets you implement parts of your app in native code, … Read more