BlackBerry - Changes are not getting reflected in

2019-03-03 22:15发布

Suddenly my changes are not getting reflected when I run my app.

I have tried the following things.

  1. Restarted the Eclipse and tried.
  2. created a new Eclipse workspace.
  3. Uninstall and installed the Blackberry JDE.
  4. As I read "Blackberry simulator not creating COD file", I have deleted some java files and images then tried.

Nothing works.

2条回答
Animai°情兽
2楼-- · 2019-03-03 22:39

Next best thing you can do is go to simulator folder in bb plugin and:

  • delete < ProjectName >.* files
  • run clean.bat

After that, if app will simply not load into simulator, do Alt+B (Project->Build Active BB Configuration) and see in Console (Alt+Shift+Q, C), if there was any errors during rapc execution.

查看更多
SAY GOODBYE
3楼-- · 2019-03-03 22:54

Make sure your project is "Activated for BlackBerry" like this: this screenshot

查看更多
登录 后发表回答