android-studio
android-studio copied to clipboard
Got an issue to install in with apt-get repository
Don't know if it's only me but just wanted to let you know on Ubuntu 14.04.4 64 bit I wasn't able to install it with apt-get (maybe a bug somewhere). Had to remove it then try again with the .deb file and now it's working well
Did you add the PPA repo before you apt-get install android-studio?
Yes I did
But maybe @PaoloRotolo got something similar on the same configuration...
sudo apt-add-repository ppa:paolorotolo/android-studiosudo apt-get updatesudo apt-get install android-studiosudo apt-get install -fsudo apt-get install android-studio
Worked for me.
The -f option installs missing dependencies.