通过模拟器启动应用程序时出错 - 找不到应用程序:MyApp 检查文件是否存在
当我尝试启动我的应用程序时,我的火炬模拟器已开始抛出此错误 -
应用程序未找到: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有时会发生这种情况。如果创建了 .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.