Hướng dẫn cài android studio trên ubuntu 14.04 15.04 LTS
Đầu tiên khi cài đặt android studio bạn cần phải cài Java đã, các bạn xem hướng dẫn tại đây : Click!!
Cách 1: Tải android studio ở trang chủ để có bản mới nhất.
Sau khi cài xong Java bạn vào trang chủ Android tải android studio về:
Tải về phiên bản linux
Xong nó nằm ở trong thư mục dowload:
B1: Bạn bật terminal lên crt + alt + t
B2: Gải nén file vừa tải về trong thư mục dowload, bằng cách vào thư mục rồi giải nén, nếu là ubuntu 15 trở lên vào thư mục bin trong thư mục vừa giả nén tìm file studio.sh chuột phải vào nó run.
Với ubuntu 14 trở xuống thì phải dùng terminal vừa lẫy bật lên gõ lệnh:
$ sudo cd ~/Dowload/
$ sh android-studio/bin/studio.sh
Nó chạy thì ok, không chạy xem lại bạn để đúng thư mục chưa.
Cách 2: Cài qua terminal không cần tải android studio ở trang chủ
To add the Android Studio PPA, run the command:
sudo add-apt-repository ppa:paolorotolo/android-studio
Then update package lists and install the script:
sudo apt-get update
sudo apt-get install android-studio
Depends on your internet connection, it takes a few minutes downloading the source package.
Post a Comment