Monday, October 12, 2015

Installing Android studio Via The Terminal in Ubuntu 14.04

 Open your terminal,then type/copy paste the following


sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio

2 comments:

  1. have you seen this https://wiki.ubuntu.com/ubuntu-make, been using it for all my development environment setup needs. For android studio its just.

    sudo apt-get install ubuntu-make
    umake android

    ReplyDelete