zoukankan      html  css  js  c++  java
  • 解决SDK未授权问题

    问题描述

    在启动项目的时候报错了,如下:

    What went wrong:  
    A problem occurred configuring project ':app'.  
    > You have not accepted the license agreements of the following SDK components:  
    [Android SDK Build-Tools 24.0.2].  
      
    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
    
    

    解决方案

    网上的解决方案是运行对应目录下的授权脚本,之后会有license文件生成,可是我的授权文件本来就存在了。

    最后,在github上找到解决方案:需要在SDK Manager里多下载两个东西Google RepositoryAndroid Support Repository如下图。

  • 相关阅读:
    lua学习之循环求一个数的阶乘
    lua元表学习
    ArrayList与List性能测试
    安卓开发线程
    安卓开发
    全局设置导航栏
    LinearLayout
    安卓布局ConstraintLayout
    安卓网络请求和图片加载
    安卓启动页面
  • 原文地址:https://www.cnblogs.com/liminghuang/p/8976760.html
Copyright © 2011-2022 走看看