Could not resolve com.android.support:appcompat-v7:26.1.0 in Android Studio new project

后端 未结 14 1902
一生所求
一生所求 2020-11-30 07:22

I know about this questions:

Failed to resolve: com.android.support:cardview-v7:26.0.0 android

Could not resolve com.android.support:appcompat-v7:26.1.0 [dup

14条回答
  •  醉梦人生
    2020-11-30 07:55

    In my case, this error occur when i tried to use gridView

    I resolved it by removing this line from build.grade(Module) file

    implementation 'com.android.support:gridlayout-v7:28.0.0-alpha3'
    

提交回复
热议问题