To install Android Studio on Ubuntu:
- Add the Ubuntu Make ppa:
$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
$ sudo apt-get update
- Install Ubuntu Make:
$ sudo apt-get install ubuntu-make
- Install android-studio:
$ umake android
Once finished, it will also install Java 7 (1.7.0_85 currently) on your system.
updated@2016-04-20:
if you have error of "ERROR: We were expecting to find a license on the download page, we didn't.", read Install Android Studio 2.0 on 64-bit Ubuntu 15.10 with Ubuntu Make (umake)
This video show how to install Android Studio on 64-bit Ubuntu-GNOME (run on VirtualBox) with Ubuntu Make.
Next:
- Setup Hardware Devices debugging for Android Studio on Ubuntu 15.10
3 comments:
thanks its work bro. than any tuts that i have tried
Installed but showing a message that the latest version of JDK from oracle is needed.
One addition:
If you encounter problems with umake try:
# umake android --accept-license
Post a Comment