Fixed : Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8
When we tried to compile one of our android application using Android Studio, we got the following … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
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
If you want to restart/reboot your Android device connected over adb shell, you can do the the … Read more
Android platform tools is a part of Android SDK. Android timely releases the latest SDK platform tools … Read more
Install ADB on Ubuntu For installing Android Debug Bridge (adb) command on Ubuntu, type below command on … Read more
In android you check the list of all the supported sensors in your device by two ways. … Read more
We had seen in our previous post “How to change default display timeout settings using adb command … Read more
When we tried to install Android APK we had compiled using adb as below, we got an … Read more
Following are the adb shell commands for generating input events which can help us to browse the … Read more
Android provides a default Bluetooth stack, BlueDroid, that is divided into two layers: 1) Bluetooth Embedded System … Read more
If you are developing/porting a new Linux kernel for some android platform, the first thing we need … Read more