Android studio is the best choice if you want to create native android app, because android studio is free and supported officially by google. So in this article i will show you how to install android studio 3 on xubuntu 18.04 bionic.
How to install Android Studio 3 on Xubuntu 18.04
- Go to android studio website and download the zip package.
- open command line/terminal on xubuntu (press CTRL + ALT + T)
- run update command
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
sudo unzip android-studio-ide-181.5014246-linux.zip -d /opt/
/opt/android-studio/bin/studio.sh