How to fix – error: package R does not exist

When I was compiling one of our previously written android application, I got following error, This is … Read more

Identify media encoder / decoder (codec) information of Android device

This post details, how you can obtain the media encoder and decoder ( codec) information of your … Read more

Compile Android application as part of AOSP source code

This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more

Android Studio

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

How to install Android Studio for 64 bit Ubuntu machines ?

Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more

Replacing old android application in Google Play [ Possible Errors ]

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

Solved: java.lang.UnsatisfiedLinkError: no hello in java.library.path

When we were developing the JNI example as mentioned in our another post, “Java Native Interface ( … Read more

java

How to Install Java using apt-get command on Ubuntu ?

Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more