I am trying to install Android Studio on my Ubuntu 14.04 machine. I downloaded android-studio tar file from official website.
Asked
Active
Viewed 141 times
-1
-
possible duplicate of [How to install Android Studio in Ubuntu](http://stackoverflow.com/questions/28314139/how-to-install-android-studio-in-ubuntu) – Paul Ratazzi Sep 22 '15 at 14:04
1 Answers
0
After Downloading the Tar files do the following steps:
sudo tar xvzf android-studio-ide-135.1641136-linux.zip
cd android-studio-ide-135.1641136-linux
./studio.sh

PSN
- 2,326
- 3
- 27
- 52