0
点赞
收藏
分享

微信扫一扫

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()放到第一位

举报

相关推荐

0 条评论