通过模拟器启动应用程序时出错 - 找不到应用程序:MyApp 检查文件是否存在

发布于 2024-11-10 12:22:44 字数 148 浏览 3 评论 0原文

当我尝试启动我的应用程序时,我的火炬模拟器已开始抛出此错误 -

应用程序未找到:MyApp 检查文件是否存在。

该文件确实存在,至少它存在于 \deliverables\Standard\4.6.0\ 目录中,我认为火炬正在寻找该目录,这是正确的吗?

My torch simulator has started throwing this error when I try to launch my app -

app not found:MyApp Check if the file exists.

The file does exist, at least it does in the \deliverables\Standard\4.6.0\ directory which is where I think the torch is looking, is this correct ?

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

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

发布评论

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

评论(1

无需解释 2024-11-17 12:22:44

有时会发生这种情况。如果创建了 .cod,则从文件 > 加载 Java 程序 > 配置的模拟器“.bat”文件的路径将其加载到模拟器中。像 D:.....\Eclipse1\plugins\net.rim.ejde.componentpack4.6.0_5.0.0.25\components\simulator。
在这里您可以获取您的项目 .cod 文件。
加载“app.cod”。
就是这样。

Sometime it happens.If .cod is created then load it in simulator from file>Load Java program>path of configured simulator ".bat" file. like D:.....\Eclipse1\plugins\net.rim.ejde.componentpack4.6.0_5.0.0.25\components\simulator.
here you can get your project .cod file.
Load "app.cod".
Thats it.

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