Creating AAR library for Android – Accessing Library functions from Application – Part 2
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data (such as Audio/Video duration if … Read more
Following shell script does, check if android application is installed find an apk path if android application … Read more
If you have tried to connect any new device to already setup ubuntu where adb was working … Read more
If you are trying to access your android mobile using “adb shell” command from host, it first … Read more
If we tried to run “flutter devices” command to identify make sure we are ready to connect … Read more
“adb devices” command on host first starts the adb server and then tries to connect to Android … Read more
Android adb command for host, provides a command line option if you want to connect to one … Read more
NOTE: for below article, replace IP address whereever required with your IP address If you want to … Read more
At the application framework level is the app’s code, which utilizes the android.bluetooth APIs to interact with … Read more
How Android Bluetooth profiles are enabled ? Answer: Check packages/apps/Bluetooth/res/values/config.xml If you want to disable the above … Read more
To compile any c library inside android, we need to write an Android.mk makefile, for reference please … Read more