Failed to resolve: com.android.support:design-v7:27.1.1

前端 未结 6 1765
故里飘歌
故里飘歌 2021-01-19 06:09

I am using Android Studio 3.1.3. Gradle build sync failed. I used following method but there is no use of it. If there is any solution please tell me

6条回答
  •  日久生厌
    2021-01-19 06:54

    Add the maven URL in all projects section as well and sync the gradle or try removing one by one external libraries and sync the gradle hope it helps

    allprojects { repositories { google() jcenter()maven :"http://www.google.com" } }
    

提交回复
热议问题