How to install Android SDK on Ubuntu?

前端 未结 7 1084
予麋鹿
予麋鹿 2020-12-22 18:24

For my Ubuntu machine, I downloaded the latest version of Android SDK from this page.

After extracting the downloaded .tgz file, I was trying to search for installati

7条回答
  •  时光说笑
    2020-12-22 19:00

    There is no need to download any binaries or files or follow difficult installation instructions.

    All you really needed to do is:

    sudo apt update && sudo apt install android-sdk
    

    Update: Ubuntu 18.04 only

提交回复
热议问题