AndroidStudio 3.0 / Android Gradle plugin 3.0
Little bit more context for this error:
For support library, add a statement to your build.gradle file:
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}
dependencies {
compile 'com.android.support:appcompat-v7:23.2.0'
}