问题描述
Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;28.0.2 Android SDK Build-Tools 28.0.2
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
Using Android SDK: F:\IDE\AndroidSdk
解决方案
来到SDK目录下 tools/bin下
运行sdkmanager.bat --licenses命令
所有证书许可全部选择同意 也就是y
网友评论