Failed to install the following Android SDK packages as some licences have not been accepted.
背景
os:win
执行的操作:构建job,
gradlew clean assembleDebug
日志
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
platforms;android-26 Android SDK Platform 26
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: D:\Program Files (x86)\appium\sdk
解决方案
需要进入 sdk/tools/bin 目录
执行 sdkmanager --licenses
如果提示 “Error: Unknown argument --licenses”,说明你的 sdkmanager --licenses 版本太低,需要先升级
sdkmanager --update