FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseResources'.
> Failed to execute aapt
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 39s
115 actionable tasks: 105 executed, 10 up-to-date
打包RN项目的时候报这个错误是什么原因?
在项目的gradle.properties中:设置android.enableAapt2=false
https://github.com/wuyunqiang...