run the following command if you want to install android-studio:
make sure you have everything update:
sudo apt update
sudo apt upgrade
add the latest repository:
sudo add-apt-repository ppa:maarten-fonville/android-studio -y
run the update:
sudo apt update
then install it:
sudo apt install android-studio