Convert Android.mk to Android.bp

Android.mk

The source code which was developed prior to when Soong was introduced in Android build system, was … Read more

How to install Android NDK on Ubuntu Linux ?

Android NDK

The Android NDK is a toolset that lets you implement parts of your app in native code, … Read more

adb push

adb push

When you are actively working on Android development, one thing you will frequently need is to copy … Read more

adb reboot

ADB Reboot

If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more

Latest ADB and Fastboot using Android SDK Platform tools

Android platform tools is a part of Android SDK. Android timely releases the latest SDK platform tools … Read more