美文网首页
Window下AndroidStudioSDK安装时证书许可问题

Window下AndroidStudioSDK安装时证书许可问题

作者: Yms_e169 | 来源:发表于2019-03-25 21:09 被阅读0次

问题描述

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

相关文章

网友评论

      本文标题:Window下AndroidStudioSDK安装时证书许可问题

      本文链接:https://www.haomeiwen.com/subject/sestzttx.html