Failed to resolve: common Open File
 Warning:Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
 
 
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
        google()放到第一位

最新文章

  1. Linux之shell篇
  2. JVM内存结构、垃圾回收那点事
  3. print neatly 整齐打印 算法导论
  4. cocos2dx 2.14使用UUID
  5. linux 一些笔记内容
  6. C# SQL文件执行器的功能实现
  7. 安装DBMS_SHARED_POOL包
  8. Wpf TemplateBinding
  9. [BZOJ2427]软件安装
  10. pandas的to_csv()使用方法
  11. AIS系统(转)
  12. 01Hadoop简介
  13. PostgreSQL中的group by
  14. CCS5配置使用GenCodecPkg生成CODEC SERVER
  15. PaaS平台– Google App Engine的开源实现AppScale环境搭建
  16. 第98天:CSS3中transform变换详解
  17. UESTC--1267
  18. 微服务vs传统开发
  19. 263. Ugly Number(判断是否是丑数 剑指offer34)
  20. Windows多线程编程入门

热门文章

  1. 非阻塞IO发送http请求
  2. 使用ssm(spring+springMVC+mybatis)创建一个简单的查询实例(三)(错误整理篇)
  3. Makefile 宏定义 -D
  4. 一直又爱又恨的jqueryValidate,看到一个还不错的laber.error样式
  5. Forth词典条目结构
  6. html页面调用js文件里的函数报错-->方法名 is not defined处理方法
  7. CodeForces - 589A (STL容器的使用)
  8. python基础12_匿名_内置函数
  9. Fescar Example-Spring Cloud
  10. SSM前言——相关设计模式