AAPT2 gradle issue in android studio 3.0 beta4
问题 Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details We have already added android.enableAapt2=false in gradle.properties file 回答1: For me, there was no need to add android.enableAapt2=false to my gradle.properties . The solution for me was to make sure that in my gradle build file my compileSdkVersion is set to 26, buildToolsVersion is set to 26.0.2 and targetSdkVersion is set to 26