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

相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2021-09-21
  • 2021-12-15
  • 2021-09-09
  • 2022-12-23
  • 2021-10-24
  • 2021-12-10
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-11-11
  • 2022-02-01
  • 2021-04-07
相关资源
相似解决方案