Reputation: 1145
I'm new in BB Development and I want to test my application on Z3 Device ...
I tried to Build my "Project1" app from WebWorks UI, but this error comes to me:
[INFO] Populating application source [INFO] Parsing config.xml [INFO] Generating output files [INFO] Error: Debug token does not exist or not a file [INFO] Error: Debug token does not exist or not a file [ERROR] Native Packager exception occurred [ERROR] Native Packager exception occurred
An error has occurred
What did I forget to do????!?!
Upvotes: 1
Views: 176
Reputation: 118
Rename your debugtoken.bar to blackberry10debugtoken.bar and place it inside .cordova folder under %user% and build again. This is one time activity after this you can use BB10 Webworks web interface for direct building and installation of application.Please do not forget to mark it as answer if you got this as your solution :) I hope it helps!!!
Upvotes: 1