zoukankan      html  css  js  c++  java
  • Could not find com.android.tools.build:gradle:1.3.0.

                          
    * What went wrong:          
    A problem occurred configuring project ':TZYJ_Android'.
    > Could not resolve all dependencies for configuration ':TZYJ_Android:classpath'.
       > Could not find com.android.tools.build:gradle:1.3.0.
         Searched in the following locations:
             http://maven.oschina.net/content/groups/public/com/android/tools/build/gradle/1.3.0/gradle-1.3.0.pom
             http://maven.oschina.net/content/groups/public/com/android/tools/build/gradle/1.3.0/gradle-1.3.0.jar
         Required by:           
             TestApplication:TZYJ_Android:unspecified
                                
    * Try:                      
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
                                
    BUILD FAILED                
                                
    Total time: 4.869 secs      
    主要因为maven 地址路径解析出问题了,本机又没有相关的1.3.0.jar 包。
    C:UsersAdministrator.gradlecaches 目录下

    jars-1和modules-2  从 其它 可以成功的机器上拷贝过来就好了。

  • 相关阅读:
    小程序开发 access_token 统一管理
    python操作mysql
    Mac版本的idea非正常关闭后,idea打开项目大面积报红
    PySpider爬取去哪儿攻略数据项目
    Python3.9安装PySpider步骤及问题解决
    Selenium 自动化测试工具
    Python 抓取猫眼电影排行
    Python爬虫基本库
    Python 创建一个Django项目
    Python 数据可视化
  • 原文地址:https://www.cnblogs.com/friends-wf/p/5364838.html
Copyright © 2011-2022 走看看