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如下图。

  • 相关阅读:
    gcc -l:手动添加链接库
    gcc -S xx
    gcc -E xx.c
    gcc xx -o xx
    gcc -c xx.c 选项讲解
    GCC选项
    关于Apache日志的统计
    Vxlan——原理
    MySQL常见面试题
    php笔试题(3)--转载
  • 原文地址:https://www.cnblogs.com/liminghuang/p/8976760.html
Copyright © 2011-2022 走看看