How to install Android Studio on Ubuntu?

前端 未结 17 1337
情深已故
情深已故 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:06

    You could always follow the official guide on how to install Android Studio on Linux. There's even a video you can watch!

    https://developer.android.com/studio/install.html

    Remember to select Linux in the drop-down box.

    To summarise the steps: download Android Studio and extract it and execute studio.sh to run it. If you're running 64-bit Ubuntu, you will need to run:

    sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
    

提交回复
热议问题