The option ‘android.enableAapt2‘ is deprecated and should not be used anymore.

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已经被弃用了,不能被使用了,但是遍寻项目都找不到有使用过enableAapt2,最后项目切换到Android,在这个Global Properties里面找到了,包括enableD8也在这个文件里,直接把涉及的两行代码删掉即可

相关推荐
zepcjsj08014 小时前
简单实现支付密码的页面及输入效果
android
小阳睡不醒5 小时前
小白成长之路-部署Zabbix7(二)
android·运维
mmoyula6 小时前
【RK3568 PWM 子系统(SG90)驱动开发详解】
android·linux·驱动开发
你过来啊你9 小时前
Android用户鉴权实现方案深度分析
android·鉴权
kerli11 小时前
Android 嵌套滑动设计思想
android·客户端
恣艺12 小时前
LeetCode 854:相似度为 K 的字符串
android·算法·leetcode
阿华的代码王国13 小时前
【Android】相对布局应用-登录界面
android·xml·java
用户2070386194913 小时前
StateFlow与SharedFlow如何取舍?
android