Android Studio 3.0: buildToolsVersion not found in gradle files Android Studio 3.0: buildToolsVersion not found in gradle files android android

Android Studio 3.0: buildToolsVersion not found in gradle files


With the new android gradle plugin 3.x you no longer need to specify a version for the build tools (so, you can now remove the android.buildToolsVersion property).
By default, the plugin automatically uses the minimum required build tools version for the version of Android plugin you're using.

You can read more here.