How to create / change Android Boot Animation ?
Android boot animation is the loading animation that is played when your device starts up. In this post, … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
Android boot animation is the loading animation that is played when your device starts up. In this post, … Read more
We got the following error while compiling Android AOSP source code on Ubuntu PC, Solution : This … Read more
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