Try to upgrade your buildToolsVersion to "higher version" like this:
compileSdkVersion 25
buildToolsVersion "25.0.1"
If you didn't install the buildTools for this version, please download it with SDKManager as hint.
Try to upgrade your `buildToolsVersion` to "23.0.1", like this:
compileSdkVersion 23
buildToolsVersion "23.0.1"
If you didn't install the buildTools for this version, please download it with SDKManager as hint.