i tried to install android studio using repository method but when it finished downloading i got this error shown in the image below . Android Studio is saved in /opt folder
Asked
Active
Viewed 540 times
0
-
1Possible duplicate of How to install Android Studio on Ubuntu? – karel Jul 21 '18 at 04:25
1 Answers
0
Download Android Studio from this page: http://tools.android.com/download/studio/builds/android-studio-2-2-stable
Unpack the archive and run studio.sh
in bin
folder.
There's always a path to create desktop shortcut: How to add Android Studio to the launcher?
If you need to move this folder to /opt
folder just use bash commands or run nautilus with sudo su privillages

piotrek1543
- 626