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

相关推荐
whysqwhw22 分钟前
OkHttp深度架构缺陷分析与演进规划
android
用户70937225385124 分钟前
Android14 SystemUI NotificationShadeWindowView 加载显示过程
android
木叶丸1 小时前
跨平台方案该如何选择?
android·前端·ios
顾林海2 小时前
Android ClassLoader加载机制详解
android·面试·源码
用户2018792831672 小时前
🎨 童话:Android画布王国的奇妙冒险
android
whysqwhw2 小时前
OkHttp框架的全面深入架构分析
android
你过来啊你2 小时前
Android App冷启动流程详解
android
泓博3 小时前
KMP(Kotlin Multiplatform)改造(Android/iOS)老项目
android·ios·kotlin
移动开发者1号3 小时前
使用Baseline Profile提升Android应用启动速度的终极指南
android·kotlin
移动开发者1号4 小时前
解析 Android Doze 模式与唤醒对齐
android·kotlin