使用 ubuntu make 安装 android studio 时出错

Pra*_*h P 8 android 15.10

Ubuntu 15.10 当我尝试使用 ubuntu make 安装 android studio 时显示此错误

$ umake android
Choose installation path: /home/prasanth/tools/android/android-studio
ERROR: We were expecting to find a license on the download page, we didn't.
Run Code Online (Sandbox Code Playgroud)

小智 12

当您提供 [--accept-license Accept license without prompting] 选项时,问题得到解决

umake android --accept-license
Run Code Online (Sandbox Code Playgroud)