cordova IONIC-:任务':app:processReleaseManifest'执行失败,>清单合并失败,出现多个错误

6za6bjd0  于 2022-11-15  发布在  Ionic
关注(0)|答案(1)|浏览(220)

我试图在Windows 10 ionic cordova build android --release上使用此命令构建我的离子6应用程序,但最后我得到了此错误:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processReleaseManifest'.
> Manifest merger failed with multiple errors, see logs

* 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 31s
14 actionable tasks: 14 executed
Command failed with exit code 1: C:\givlly\filos\platforms\android\gradlew cdvBuildRelease -b C:\givlly\filos\platforms\android\build.gradle
[ERROR] An error occurred while running subprocess cordova.

cordova.cmd build android --release exited with exit code 1.

Re-running this command with the --verbose flag may provide more information.
8ulbf1ek

8ulbf1ek1#

你们还在用cordova for android。使用电容器,安装,迁移到电容器兼容。https://capacitorjs.com/docs
https://ionicframework.com/docs/cli

相关问题