Failed to resolve: common Open File 导入项目问题


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()放到第一位
posted on 2018-06-10 15:06  freexiaoyu  阅读(1178)  评论(0编辑  收藏  举报