Android Studio中的classpath的文件位置为D:\Android\Android Studio\gradle\m2repository\com\android\tools\build\gradle\2.2.3   里面有 gradle-2.2.3.jar和gradle-2.2.3.pom文件

gradle-xxx.jar和gradlexxx.pom下载地址为

 https://jcenter.bintray.com/com/android/tools/build/gradle/

 进入找到自己想要的版本即可下载

 gradle-xxx.zip下载地址为

 http://services.gradle.org/distributions/

 进入找到自己想要的版本即可下载


gradle-xxx.zip是用于项目里面的gradle/gradle-wrapper.properties文件里面的

distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip


gradle-xxx.jar是用于项目的build.gradle下的dependencies下的classpath

dependencies {
        classpath 'com.android.tools.build:gradle:2.2.3'
        // in the individual module build.gradle files
    }


   


 


更多相关文章

  1. NPM 和webpack 的基础使用
  2. 【阿里云镜像】使用阿里巴巴DNS镜像源——DNS配置教程
  3. Android读写文件
  4. android apk签名(为什么 如何做 验证)
  5. 安卓开发模拟器运行时报错原因以及解决方法
  6. Android(安卓)databinding笔记
  7. SeekBar 和 RatingBar
  8. Xamarin.Forms Android登录闪图
  9. [android] No resource found that matches the given name 'The

随机推荐

  1. Android 中文字符转UTF-8编码
  2. Android InputMethodManager 导致的内存
  3. android 读取网络 xml 数据
  4. android - mvp实现商品详情页面【仿】京
  5. Android 的常用控件(下拉,日期,时间,单项,多项
  6. pull解析xml(android)
  7. java.util.ConcurrentModificationExcept
  8. Android支持横行滚动的ListView控件
  9. android图片异步加载 列表
  10. Android LOG机制流程图