请问大佬们下面这个问题是什么原因导致的,如何解决?
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:processReleaseResources'.A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
ERROR: [PackagePath]/app/AndroidManifest.xml:8:5-47:19: AAPT: error: resource xml/data_extraction_rules (aka app.shamsapp.com:xml/data_extraction_rules) not found.
ERROR: [PackagePath]/app/AndroidManifest.xml:8:5-47:19: AAPT: error: resource xml/backup_rules (aka app.shamsapp.com:xml/backup_rules) not found.
ERROR: [PackagePath]/app/AndroidManifest.xml:8:5-47:19: AAPT: error: resource mipmap/ic_launcher_round (aka app.shamsapp.com:mipmap/ic_launcher_round) not found.
- Try:
Run with --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
1 个回复
DCloud_App_Array
从日志看是应用配置了使用xml/backup_rules和mipmap/ic_launcher_round,是不是使用了什么uts插件有特殊配置?请提供完整的错误日志链接地址。