问题描述
Error:FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring project ':UdeskSDKUI'.
Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;28.0.3 Android SDK Build-Tools 28.0.3
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: C:\Users\Administrator\AppData\Local\Android\Sdk
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. - Get more help at https://help.gradle.org
解决方案 按照下面的步骤一步步走
- win+r ,输入cmd,打开命令行,进入到报错的sdk路径
- cd C:\Users\Administrator\AppData\Local\Android\Sdk(换成自己的)
- cd tools
- cd bin
- sdkmanager --licenses
- 接下来输出很多东西,全部选yes就可以。
- 编译结束之后,回到Anroid Studio,Rebuild project 即可