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
本文详细介绍了在Windows环境下,构建Android项目时遇到的许可未接受导致的构建失败问题。主要涉及Android SDK平台和构建工具的许可缺失,提供了通过sdkmanager接受许可的解决方案,以及在遇到版本过低错误时的升级方法。
670

被折叠的 条评论
为什么被折叠?



