android studio出现ERROR: Failed to resolve: com.android.support:recyclerview-v7:28.0.
网上很多方法是在build里插入buildscript {
repositories {

    maven {
        url "https://maven.google.com"
    }
    google()
    jcenter()
    
}
这次我自己出现的原因是com.android.support:recycleerview-v7:24.2.1包不在我的lib库里,所以我右键App打开module settings

android studio出现ERROR: Failed to resolve: com.android.support:recyclerview-v7:28找到dependengcies添加库里含有的支持库,try agin就解决了

相关文章:

  • 2021-12-07
  • 2021-10-12
  • 2022-01-15
  • 2021-12-07
  • 2021-06-26
  • 2021-12-31
猜你喜欢
  • 2021-06-20
  • 2021-05-08
  • 2021-12-08
  • 2021-11-08
  • 2021-09-21
  • 2021-06-19
  • 2021-06-10
相关资源
相似解决方案