I have a problem with Android Studio and Gradle to import appcompat-v7.
appcompat-v7
So here is my src/build.gradle:
src/build.gradle
apply plugin: \'andro
I found someone with the same problem here.
The solution - albeit a temporary one - is to downgrade from Gradle 2.1.0 to 2.0.0 in my project's build.gradle file.