使用ubuntu make安裝android studio出錯

使用ubuntu make安裝android studio出錯

Ubuntu 15.10 當我嘗試使用 ubuntu 安裝 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

相關內容