07-17-2012 06:07 PM
I'm new to developing on every level, and I'm lost on this add-on. I'm really good at learning, but I'm honestly teaching myself. I've configured everything that I can think to do in the browser, but once I go to the "Build" tab in I'm lost. I have no idea what to do from this point...
Solved! Go to Solution.
07-18-2012 12:28 AM
Look at this link https://developer.blackberry.com/html5/documentati
"SDK Path" is path to where your Webworks SDK is installed. In my case it is in C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5
"Project Root" is where your project located. In my case it is 'C:\inetpub\wwwroot\HelloWorld'
"Archive name" is how you want your cod file will be called 'HelloWorld' for example
"Output folder" is where you want your cod file will be placed.
07-28-2012 01:58 AM