I new requirement is to build the blackberry application and run it in the blackberry simulator. I created a application using phonegap, now next task is to run in the blackberry simulator.
I have to setup the simulator locally. Step as follows:-
Now you are done with the simulator setup. You have to start the simulator in the vmware and enable the development mode.
The one this you have to note the ip-address of the simulator which is present in the bottom left.
you have to setup the couple of things:-
go to project directory and type couple of commands
I have to setup the simulator locally. Step as follows:-
- Install Jdk.
- Install vmware.
- download the simulator from blackberry site.
Now you are done with the simulator setup. You have to start the simulator in the vmware and enable the development mode.
The one this you have to note the ip-address of the simulator which is present in the bottom left.
you have to setup the couple of things:-
- blackberry 10 sdk
- apache
- ant
- update the
qnx.bbwp.dir = - qnx.sim.ip =
go to project directory and type couple of commands
- ant qnx build
- ant qnx load-simulator
No comments:
Post a Comment