android-studio icon indicating copy to clipboard operation
android-studio copied to clipboard

Got an issue to install in with apt-get repository

Open pH-7 opened this issue 9 years ago • 4 comments

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

pH-7 avatar May 02 '16 23:05 pH-7

Did you add the PPA repo before you apt-get install android-studio?

taeukkang avatar May 05 '16 01:05 taeukkang

Yes I did

pH-7 avatar May 05 '16 17:05 pH-7

But maybe @PaoloRotolo got something similar on the same configuration...

pH-7 avatar May 05 '16 17:05 pH-7

  1. sudo apt-add-repository ppa:paolorotolo/android-studio
  2. sudo apt-get update
  3. sudo apt-get install android-studio
  4. sudo apt-get install -f
  5. sudo apt-get install android-studio

Worked for me. The -f option installs missing dependencies.

taeukkang avatar May 05 '16 23:05 taeukkang