1. 程式人生 > >java.util.concurrent.ExecutionException 'android.enableAapt2' is deprecated and should not be use

java.util.concurrent.ExecutionException 'android.enableAapt2' is deprecated and should not be use

話說每次studio版本更新一次,都要搗鼓一天處理各種錯誤,我們很感恩google一直在快速更新,真是忙壞了那群大爺大媽。這次更新到了3.1也不例外。先說說這個錯:

如果你的配置是這樣的:


並且有如下的錯

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

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 

The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.

It will be removed at the end of 2018..

我是找了一圈了,沒有找到解決辦法,我用的笨方法,把Gradle version 改為4.1  Android Plugin Version改為3.0.1(classpath中的)很多網頁說android.enableAapt2=true 改為true或false ,我試了沒有啥用,希望幫到你