zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

Could not find com.android.tools.build:gradle:1.3.0.

Androidgradle not Find com 1.3 could build
2023-09-11 14:18:04 时间

                      
* 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:\Users\Administrator\.gradle\caches 目录下

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