当我更改代码时,为什么我的 Blackberry 应用程序没有更新?
一旦我的应用程序位于黑莓模拟器上,我就很难更改它。我运行我的程序一次,它工作正常,然后我更改了几行代码,重新运行应用程序,但没有任何变化。
似乎一旦应用程序安装在模拟器上,我就无法更改它。我正在使用 Eclipse 来开发我的应用程序。我只需单击“调试”即可运行我的应用程序。
那么为什么我的应用程序在模拟器上没有改变呢?我做错了什么吗?
I'm having trouble getting my application to change once it's on the blackberry simulator. I run my program once, it works fine, then I change a few lines of code, rerun the app and nothing has changed.
It seems like once the app gets installed on the simulator that I can't change it. I'm using Eclipse to develop my app. I'm just clicking debug to run my app.
So why isn't my application changing on the simulator? Am I doing something wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用模拟器目录中包含的
clean.bat
脚本重置模拟器的状态。例如:另请参阅。< /a>
You can reset the state of the simulator using the
clean.bat
script that is included in the simulator directory. For example:See also.
您还可以编辑运行模拟器的.bat文件,添加
/clear-flash
标签将确保每次加载时都会清除闪存。You can also edit the .bat file that runs the simulator, adding the
/clear-flash
tag will ensure that each time it loads the flash memory will be cleared.