How to install Android Studio on Ubuntu?

前端 未结 17 1291
情深已故
情深已故 2020-11-30 20:38

I have to install Android Studio on Ubuntu and I have used this link to download Android Studio.

Is there any easy way to install Studio on Ubuntu?

17条回答
  •  暖寄归人
    2020-11-30 21:00

    Follow the steps via terminal:

    1. sudo add-apt-repository ppa:webupd8team/java
    2. sudo apt-get update
    3. sudo apt-get install oracle-java8-installer

    after then:

    1. sudo apt-get install oracle-java8-set-default

    then;

    1. Download Android Studio from "https://developer.android.com/studio/index.html", use All Android Studio Packages.
    2. Unzip the file.

    At last type via terminal :

    1. cd android-studio
    2. cd bin
    3. ./studio.sh

    Then follow the commands and you're ready to go.

提交回复
热议问题