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也在这个文件里,直接把涉及的两行代码删掉即可

相关推荐
CYRUS_STUDIO40 分钟前
使用 AndroidNativeEmu 调用 JNI 函数
android·逆向·汇编语言
梦否44 分钟前
【Android】类加载器&热修复-随记
android
徒步青云1 小时前
Java内存模型
android
今阳1 小时前
鸿蒙开发笔记-6-装饰器之@Require装饰器,@Reusable装饰器
android·app·harmonyos
-优势在我6 小时前
Android TabLayout 实现随意控制item之间的间距
android·java·ui
hedalei6 小时前
android13修改系统Launcher不跟随重力感应旋转
android·launcher
Indoraptor7 小时前
Android Fence 同步框架
android
峥嵘life8 小时前
DeepSeek本地搭建 和 Android
android
叶羽西8 小时前
Android14 Camera框架中Jpeg流buffer大小的计算
android·安卓
jiasting8 小时前
Android 中 如何监控 某个磁盘有哪些进程或线程在持续的读写
android