【发布时间】:2023-04-08 19:40:02
【问题描述】:
我正在为 Android 和 IOS 用户开发一款 Flutter 电子商务应用。当我运行我的代码时,它显示资源错误,我找不到答案。
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> Android resource linking failed
C:\Users\JEYASRI.A\AndroidStudioProjects\flutter_foodapp\build\file_picker\intermediates\library_manifest\debug\AndroidManifest.xml:9:5-15:15: AAPT: error: unexpected element <queries> found in <manifest>.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 47s
The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.
Building plugin cloud_firestore...
Running Gradle task 'assembleAarRelease'...
Exception: The plugin cloud_firestore could not be built due to the issue above.```
【问题讨论】:
-
嗨,请用导致错误的代码更新帖子
-
能否分享您在项目中的 Android 构建 gradle 设置(版本)?
标签: api flutter dart gradle google-cloud-firestore