Android Studio中的android.enableAapt2 = FALSE错误

时间:2018-05-11 07:05:22

标签: java android aapt

将我的android工作室更新为gradle:3.1.2(最新版本)后,我得到android.enableAapt2 notification EVENTHOUGH我在更新前设置FALSE !!

通知是;

"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.."

在此通知后,我将android.enableAapt2设置为true,我收到以下错误消息。你能帮帮我.. This is what i see after changing Aapt2 from false to true

assembleDebug output of my updated gradle

0 个答案:

没有答案