我正在尝试设置通过 Gradle 构建新的 Android App Bundle。我正在使用以下命令进行构建:
./gradlew bundleLiveDebug
(live
是我的味道)
构建总是失败:
Execution failed for task ':app:bundleLiveDebugResources'.
> Failed to execute aapt
我阅读了它需要的文档aapt2
,应该通过android.enableAapt2=true
in启用它gradle.properties
,但错误是一样的。