Android
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
How to Install Flutter on Ubuntu Linux ?
Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more
How to recreate dts file from live Embedded device ?
Sometimes it happens that you don’t have source code of the device on which you are working … Read more
Solved: Error: All com.android.support libraries must use the exact same version specification
If you are trying to compile an android Application which is developed by someone or you downloaded … Read more
Solved: “Error: The logging tag can be at most 23 characters, was”
Have you ever seen an error like, “Error: The logging tag can be at most 23 characters, … Read more
Getting real-time Indian Agricultural Commodity market rates using Agmarknet API
The Indian government institutes publishes the daily commodity market rates from various markets (Mandi) through Agmarknet Portal … Read more
How to generate API key for accessing opensource data of Government of India ?
Different departments and institutions of government of India timely publishes the data required for people information through … Read more
adb logcat
Save Logcat Logs to File using File Redirection Collecting logs on desktop from android device Save logcat … Read more
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 MediaMetadataRetriever example for local files and Remote URL’s
MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data (such as Audio/Video duration if … Read more