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 the solution was as simple as running Build:Make Project. No amount of gradle syncing or clearing caches would do it. Of course, that required getting my project into a state where it would build successfully.
Build
Make Project