我尝试使用 ubuntu-make 在 Ubuntu 16.04 中安装 Android Studio 2.0,如维基手册和视频中所述。
fieldmarshal@fmcomp:~$ umake android
ERROR: A default framework for category Android was requested where there is none
usage: umake android [-h] {android-ndk} ...
Run Code Online (Sandbox Code Playgroud)
另一种输入方式也无济于事:
fieldmarshal@fmcomp:~$ umake android android-studio
usage: umake android [-h] {android-ndk} ...
umake android: error: argument framework: invalid choice: 'android-studio' (choose from 'android-ndk')
Run Code Online (Sandbox Code Playgroud)
尽管其他 IDE 安装正常,例如当我运行: 时
umake ide idea,一切正常。
但是当我尝试安装 Android Studio 时,我不断收到这些错误。