Uninstall BlackBerry app installed via Eclipse

半世苍凉 提交于 2019-12-04 16:19:35

Have you tried using javaloader erase option e.g.

javaloader -usb erase -f  [moduleName]

where [moduleName] is the name of the module (no extension) you want to delete from the list of installed Modules located at:

Options > Advanced Options > Applications > 'Modules' menu item
or
Options > Device > Application Management > 'Modules' menu item

Run "clean.bat" from the root simulator's installation directory. It will have effect of reinstalling the simulator from zero.

Arhimed's answer is great and will work. This can also be accomplished from within Eclipse: In Debug Configurations, select your simulator debug configuration, then go to the Memory tab and select "Reset the file system on startup" and "Reset NVRAM on startup." Then, next time you debug, the device will be wiped before re-installing your app(s) and debugging.

If you don't want to clean the device every single time you debug, make sure to go back into your Debug Configurations and clear those two checkboxes once you are happy with the state of the simulator.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!