Error:Execution failed for task ':app:mergeDebugResources'.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Mr_shashadudu/article/details/79449474
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs

在项目的gradle.properties中添加:
android.enableAapt2=false

猜你喜欢

转载自blog.csdn.net/Mr_shashadudu/article/details/79449474
今日推荐