Error:java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error

前端 未结 6 2006
梦如初夏
梦如初夏 2020-12-05 18:10

How can I solve this problem, when I am building it, it is showing me the same problem- java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Ex

6条回答
  •  天涯浪人
    2020-12-05 19:00

    1. Open your build.gradle(app module)
    2. Please make sure you have buildToolsVersion available in your gradle file (if it is missing please make sure you have to add (buildToolsVersion) same version as of compileSdkVersion)

提交回复
热议问题