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

这篇具有很好参考价值的文章主要介绍了Failed to install the following Android SDK packages as some licences have not been accepted. bu。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

报错信息

Android 开发者工具、Android开发者构建工具28.0.3、Android开发者平台28的协议都没有被接受。
Failed to install the following Android SDK packages as some licences have not been accepted. bu,Android经验,android,android studio,SDK,licences,经验分享

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
tools Android SDK Tools
platforms;android-28 Android SDK Platform 28
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
Install missing SDK package(s)

解决方法

1、点击上图右侧的蓝色链接Install missing SDK packages,或者Tools——>SDK Manager,就会跳到下面的安装界面。选择Accept接受,然后Next。
Failed to install the following Android SDK packages as some licences have not been accepted. bu,Android经验,android,android studio,SDK,licences,经验分享
2、等待下载和解压完成。
Failed to install the following Android SDK packages as some licences have not been accepted. bu,Android经验,android,android studio,SDK,licences,经验分享
3、可以看到缺少的3大工具都安装好了。
Failed to install the following Android SDK packages as some licences have not been accepted. bu,Android经验,android,android studio,SDK,licences,经验分享

4、再次同步,构建成功,问题解决!
Failed to install the following Android SDK packages as some licences have not been accepted. bu,Android经验,android,android studio,SDK,licences,经验分享

每个人的时间都是相同的,如果你提高了效率,那么你的时间就会多很多。文章来源地址https://www.toymoban.com/news/detail-634827.html

到了这里,关于Failed to install the following Android SDK packages as some licences have not been accepted. bu的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • git 常遇到的几种错误(failed to push some refs to ,The requested returned error: 403)

    一、error: failed to push some refs to ‘https://gitee.com/xxx/xxx.git‘错误的解决方法。 解决方法1:直接输入git push origin master -f 强行把本地的分支覆盖掉远程仓库的分支 解决方法2:出现错误的主要原因是gitee(github)中的README.md文件不在本地代码目录中 ,所以我们只需要git pull --rebase

    2024年02月13日
    浏览(37)
  • 错误:Some packages could not be installed.

    1.错误描述: // A code block Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet

    2024年02月13日
    浏览(36)
  • Unity实战问题-解决UnityHUb的Failed to start the Unity Package Manager local server process

    点击跳转=Unity3D特效百例 点击跳转=案例项目实战源码 点击跳转=游戏脚本-辅助自动化 点击跳转=Android控件全解手册 点击跳转=Scratch编程案例 点击跳转=软考全系列 点击跳转=蓝桥系列 专注于 Android/Unity 和各种游戏开发技巧,以及 各种资源分享 (网站、工具、素材、源码、游

    2024年02月13日
    浏览(39)
  • The following packages have unmet dependencies解决方法

    ubuntu - How do I resolve `The following packages have unmet dependencies` - Stack Overflow

    2024年02月13日
    浏览(31)
  • Android Installed Build Tools revision 34.0.0 is corrupted. Remove and install again using the SDK

    ERROR: Installed Build Tools revision 34.0.0 is corrupted. Remove and install again using the SDK Manager. 错误:已安装的生成工具修订版34.0.0已损坏。使用SDK管理器删除并重新安装。 上面提示看似简单 只需要 重新卸载 再下载Build Tools34.0.0就行了 但实际上并不行 降低 Build Tools revision 实测不行 行也

    2024年02月15日
    浏览(33)
  • 理解conda install -c conda-forge some-package 命令

    conda install -c conda-forge some-package -c 应该是 -channel 的缩写,个人理解的,不一定对 意思是conda会下载并安装这些包从anaconda 通道conda-forge https://anaconda.org/conda-forge 它等价于 所以如果这条命令运行不通,可以直接使用 conda install some-package,可能可以运行。

    2024年02月13日
    浏览(39)
  • Ubuntu20.04安装软件报错:The following packages have unmet dependencies

    Ubuntu20.04更换阿里云源后安装软件都会报错:The following packages have unmet dependencies 查看资料,大概是ubuntu本身的源比较版本较老,而阿里云的源比较新,因此版本不匹配造成依赖的库不匹配,所以只要将阿里云的源换回Ubuntu官方源 1,替换源 : Ubuntu 的软件源配置文件是 /etc/

    2024年02月11日
    浏览(35)
  • Android studio 报错 之Failed to find Platform SDK with path: platforms;android-30

         这个错误提示表明在编译 flutter_openim_sdk 的 compileDebugAidl 任务时,Gradle无法找到 Android 平台版本 30 的 SDK。这通常是因为缺少相应的 Android SDK 或者在项目配置中未正确指定 SDK 版本。 这时候我们需要在android studio 的文件 找到设置    点击Show Package Details,再下载对应版本

    2024年01月16日
    浏览(31)
  • 解决PackagesNotFoundError: The following packages are not available from current channels: tensorflo

    目录 1. 检查Python版本和环境 2. 检查pip和conda的配置 更新pip 更新conda 添加TensorFlow的channel 清除缓存并重新安装 3. 选择正确的TensorFlow版本 4. 使用虚拟环境 结论 解决PackagesNotFoundError: The following packages are not available from current channels: tensorflow 在使用Python进行机器学习和深度学习开

    2024年02月06日
    浏览(32)
  • PackagesNotFoundError: The following packages are not available from current channels的解决办法

    提示:是不是你也遇到了这样的问题? 示例:打开我们的anaconda Prompt , 输入:conda install -c conda-forge pyside2(这里以pyside2为例),有时候我们在python标准库里没有找到软件包时,conda-forge社区版也是一个不错的选择(能够解决大部分的问题) 提示:在输入框内输入自己想要找

    2023年04月26日
    浏览(35)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包