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
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.