发生未处理的异常:项目目标不存在

发布于 2025-01-12 19:24:08 字数 237 浏览 2 评论 0原文

我在编写时遇到问题:

ionic cordova prepare androidÌ

知道我创建的每个新项目都会发生这种情况。 请帮忙。

屏幕截图

I have a problem when I write:

ionic cordova prepare android،

Knowing that this is happening with every new project I create.
Please help.

Screenshot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅语花开 2025-01-19 19:24:08

该问题是由 angular.json 文件中缺少所需的构建器引起的。要安装这些构建器,请运行:

ng add @ionic/cordova-builders

您应该获得类似于以下内容的输出:

在此处输入图像描述

之后,继续运行您的构建。

The problem is caused by required builders that are missing from the angular.json file. To install those builders, run:

ng add @ionic/cordova-builders

You should get an output similar to this:

enter image description here

After that, go ahead and run your build.

零崎曲识 2025-01-19 19:24:08

Ionic CLI v6.19.0 已发布,并修复了此问题:

npm install -g @ionic/cli@latest

GitHub 上的错误报告:
https://github.com/ionic-team/ionic- Framework/issues/24940#issuecomment-1068016921

在此处输入图像描述

Ionic CLI v6.19.0 has been released with this fix:

npm install -g @ionic/cli@latest

bug report on GitHub:
https://github.com/ionic-team/ionic-framework/issues/24940#issuecomment-1068016921

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文