How to install Android Studio on Ubuntu?

前端 未结 17 1251
情深已故
情深已故 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 20:58

    To install android studio on ubuntu here is the simplest way possible:

    First of all, you have to install Ubuntu Make before installing Android Studio. Type following commands in the same order one by one on terminal:

    1) sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

    2) sudo apt-get update

    3) sudo apt-get install ubuntu-make

    Now since you are done with Ubuntu make, use below command to install Android Studio:

    4) umake android

    While installation it will give you a couple of option which you can handle. So, Installation is done. You can open it and run an App of your choice. Isn’t it very easy? Let me know if you go through any problem, I can help.

    Source Install Android Studio

提交回复
热议问题