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

后端 未结 14 1906
一生所求
一生所求 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:53

    this work for me

    compile 'com.android.support:appcompat-v7:26.0.0'
    

    change 26.0.0 to 26.0.1

    compile 'com.android.support:appcompat-v7:26.0.1'
    

提交回复
热议问题