错误展示:


错误提示:

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.

Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.

错误信息:

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matc

 

解决办法:


因为提示:com.android.support:appcompat-v7:29.+ 没有;

打开 build.gradle 》》

    implementation 'com.android.support:appcompat-v7:29.+'
    替换为
    implementation 'com.android.support:appcompat-v7:28.0.0-rc01'

 

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matc

 

 

如果解决了麻烦关注下

笔者的微信公众号,每天一篇好文章:

关注公众号,回复synchronized获取《深入探讨synchronized实现原理》

 

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matc

 

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matc

 

 

 

 

 

相关文章:

  • 2021-10-09
  • 2021-07-12
  • 2021-03-30
  • 2021-05-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-10-13
  • 2022-02-11
  • 2021-08-24
  • 2021-07-10
相关资源
相似解决方案