// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {    repositories {        maven{ url =  'http://maven.aliyun.com/nexus/content/repositories/jcenter'}        google()        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:3.5.3'                // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}allprojects {    repositories {        maven{ url = "http://maven.aliyun.com/nexus/content/groups/public/" }        google()        jcenter()    }}task clean(type: Delete) {    delete rootProject.buildDir}

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 【android】7、五大存储
  2. Android(安卓)Volley框架使用方法详解
  3. Android(安卓)WakeLock解析
  4. android 基于百度地图api获取经纬度
  5. Android——编译系统初始化设置
  6. px、dp和sp,这些单位总结
  7. Android(安卓)记住listView的位置
  8. 对android的android:taskAffinity初识
  9. Android(安卓)Aidl机制
  10. Android点亮屏幕