美文网首页
Failed to install the following

Failed to install the following

作者: 付小影子 | 来源:发表于2019-07-31 21:40 被阅读0次

    问题描述

    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

    解决方案 按照下面的步骤一步步走

    1. win+r ,输入cmd,打开命令行,进入到报错的sdk路径
    2. cd C:\Users\Administrator\AppData\Local\Android\Sdk(换成自己的)
    3. cd tools
    4. cd bin
    5. sdkmanager --licenses
    6. 接下来输出很多东西,全部选yes就可以。
    7. 编译结束之后,回到Anroid Studio,Rebuild project 即可

    相关文章

      网友评论

          本文标题:Failed to install the following

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