ERROR: Failed to install the following Android SDK packages as some licences have not been accepted.

2023-07-29,,

android studio 配置sdk时提示如下错误

麻麻蛋~

根据accepted 了解到是安装android-26时未被允许;于是执行如下步骤

1、cd 到sdk目录

D:\develop\Android>cd sdk

2、再到tools目录

D:\develop\Android\sdk>cd tools

3、再到bin 目录

D:\develop\Android\sdk\tools>cd bin

4、最后执行sdkmanager --licenses

D:\develop\Android\sdk\tools\bin>sdkmanager --licenses

5、最后会有一大波提示(y/n)

Review licenses that have not been accepted (y/N)? y

1/6: License android-googletv-license:
---------------------------------------
Terms and Conditions

6、全部y执行到底,完成后重新刷新android studio 配置即ok

ERROR: Failed to install the following Android SDK packages as some licences have not been accepted.的相关教程结束。

《ERROR: Failed to install the following Android SDK packages as some licences have not been accepted..doc》

下载本文的Word格式文档,以方便收藏与打印。