Android Studio: Failed to find: 'com.android.support:support-v4:19.1.0'

前端 未结 6 1609
醉酒成梦
醉酒成梦 2020-12-15 17:05

I want to build an app in Android Studio with the support library but I get the following error when adding the dependency for the support library:

Error:Fai         


        
6条回答
  •  天命终不由人
    2020-12-15 17:54

    In my case I needed to add Google Maven repository.

    It shows as part of the error in Android Studio and only needed to click on it to add itself.

    Then Gradle built the project on its own.

提交回复
热议问题