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 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.+.

错误信息:

 

解决办法:


因为提示: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'

 

 

 

如果解决了麻烦关注下

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

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

 

 

 

 

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM