Execution Failed for task :app:compileDebugJavaWithJavac in Android Studio

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.

Leave a Comment