04-12-2011 02:55 AM - edited 04-12-2011 09:51 AM
Hi! I am deploying my first BB app, and getting the error at command prompt
'Blackberry-deploy' is not recognized as an internal or external error...............
I have set the java path through cmd and also tried through enviorment variable
path=C:\Program Files\Java\jdk1.6.0_24\bin
...sdk>blackberry-deploy -installApp -device 192.168.142.129 -pakage "c:\ab\test.bar" -password a
but still getting the same error
thanks
04-12-2011 09:52 AM
I am getting the error during installation of app, I have compiled the app successfully in .bar extension
04-16-2011 12:36 PM - edited 04-16-2011 12:37 PM
Someone please help me, I can't install the app on simulator, getting this error?
04-17-2011 10:16 PM - edited 04-17-2011 10:20 PM
zubair01,
I had a similar issue. Here are the solutions.
Cause 1: Misspelled command "package"
Current (from Screenshot)
C:\Program Files\Research In Motion\BlackBerry WebWorks Packager for Playbook\bbwp\blackberry-tablet-sdk
blackberry-deploy -installApp -device 192.168.142.129 -pakage "E:\projects\test\testApp.bar" -password a
Solution
blackberry-deploy -installApp -device 192.168.142.129 -package "E:\projects\test\testApp.bar" -password a
Cause 2: Invalid Directory
The directory you are currently running the "blackberry-deploy" command is:
C:\Program Files\Research In Motion\BlackBerry WebWorks Packager for Playbook\bbwp\blackberry-tablet-sdk
Solution
I made a screenshot of the directory structure where you can initiate the "blackberry-deploy" command.
Please view the screenshot as reference.
Basically, you will most likely just have to move go into the "bin" directory from the "blackberry-tablet-sdk" directory. Verify that you see something similar to the above.
// from the blackberry-tablet-sdk directory --------------------------------------------- blackberry-tablet-sdk>cd bin
Run the second command. Make sure you have the spelling corrected.![]()
11-28-2012 02:31 PM
Find the blackberry-deploy under the path.
C:\bbndk\host_10_0_9_52\win32\x86\usr\bin
Cheers,