Blahblahblahblahblah there is a long way you can google all you want, but I prefer the easiest way of all.
use root account, either using su, or whatever you want. Then, execute:
apt update
apt install snapd
Yeah. snapd make everything easy. Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully. Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions. And since Kali is Debian based distro, oh, just use it already!
Then, after the installation process is complete, lets fire it up!
systemctl start snapd.service
Then…
snap install android-studio --classic
Thats it! Run it now!
snap run android-studio &
Leave a Reply