- The first step is to set up the Android environment properly for development. Download and install Android Studio from https://developer.android.com/studio/index.html.
- You might be asked to install other libraries if your machine doesn't have the correct dependencies. If that is the case, you should run sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 from the command line to install them.
- Run Android Studio.
- You need to install all of the required packages, such as Android SDK. Just click Next twice on the setup wizard screen and click on the Finish button to start the packages' installation.
- After ...