简体   繁体   English

我无法在 ionic 上导出 apk

[英]I can't export apk on ionic

it turns out that when using the ionic cordova build android --prod --release command, it doesn't compile showing the following error.事实证明,当使用ionic cordova build android --prod --release命令时,它不会编译显示以下错误。

first part of the error错误的第一部分

second part of the error错误的第二部分

this is my ionic info.这是我的离子信息。

ionic info离子信息

I don't know what to do, the posts I've seen don't work for me.我不知道该怎么办,我看到的帖子对我不起作用。

remove angularfire2 package and reinstall it删除 angularfire2 包并重新安装

npm uninstall angularfire2

then re install:然后重新安装:

npm i angularfire2 --save

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM