答案1
这是我在 Ubuntu 中安装 Android Studio 的方法。
打开终端并输入以下命令:
sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android studio
答案2
尝试 umake:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake android --accept-license
对于大多数开发类型的东西来说更好。
注意:您必须接受上述许可。