How to develop first android Application/App in Android Studio ?
If you are the beginner for learning how to write Android application using Android Studio, you are … Read more
Android, Android Applications programming, ADB commands, Application framework, Middleware, HAL, Errors and Solutions, Makefiles, Compilation
If you are the beginner for learning how to write Android application using Android Studio, you are … Read more
If you are using NDK version more than r19, the toolchains which comes as part of NDK … Read more
If you have some code which was already complied using “./gradlew clean build” on the ubuntu command … Read more
Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more
Have you ever seen a crash or error logs like below, when accessing location data in Android. … Read more
I had a previous application in google play at https://play.google.com/store/apps/details?id=com.wAgriConnect which need to be updated, I faced following … Read more
When we were developing the JNI example as mentioned in our another post, “Java Native Interface ( … Read more
The Java Native Interface (JNI) establishes a well-defined and platform-independent interface between the JAVA and Native C … Read more
Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more
Gerrit is a free, web-based team code collaboration tool. Software developers in a team can review each … Read more
Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more