Failed to install the following Android SDK packages as some licences have not been accepted(搬砖!!! 摘自简书:尽信书_不如无书)

Failed to install the following Android SDK packages as some licences have not been accepted.        You have not accepted the license agreements of the following SDK components:         [Android SDK Build-Tools 24, Android SDK Platform 24].        Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.        Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html作者:尽信书_不如无书
  •  

首先打开命令行,进入到报错的sdk路径,找到可以处理licences的文件,我就贴出我的了

cd C:\Users\17720\AppData\Local\Android\SDK
cd tools
cd bin

这时该路径下有一个windows批处理文件sdkmanager,用这个来解决问题,调用命令

sdkmanager --licenses

然后等一小会就巴拉巴拉一大堆licenses等待你同意,全部选yes就可以,反正也看不懂 之后,再到AS里build一下就好了。

 

 

 

 

更多相关文章

  1. Pycharm安装PyQt5的详细教程
  2. Android(安卓)Wifi模块分析(三)
  3. Android中dispatchDraw分析
  4. Android四大基本组件介绍与生命周期
  5. Android(安卓)Service AIDL
  6. Android--SoLoader,android动态加载so库
  7. Android调用天气预报的WebService简单例子
  8. android打电话发短信
  9. Android(安卓)命令行编译、打包生成apk文件

随机推荐

  1. java实现定时备份mysql数据库-----已通过
  2. mysql 自增列id 最大为多少 一直insert会
  3. MySQL的事务隔离级别以及设置
  4. MySQL---数据库从入门走向大神系列(三)-
  5. 阿里云服务器远程连接mysql
  6. 迁移外键与Laravel中雄辩的关系
  7. MySQL] 行列转换变化各种方法实现总结(行
  8. 【Java Web】简易商品信息管理系统——首
  9. oracle、mysql、db2三大数据库分页方法的
  10. MYSQL安装--小白教程