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.
答案1
当您提供 [--accept-license 无需提示即可接受许可证] 选项时,问题得到解决
umake android --accept-license