06-02-2012 04:22 AM
Hi, I'm very new to the BB dev world so please have patience with me ![]()
I'm trying to package an app using ripple following the exact steps here:
The BB10 version of Ripple (Ripple Beta) is a little different from what's in the docs, but anyway, I get this error:
"Oh Snap! Build request failed with message: [ERROR] Error: Please enter a valid application id"
The config file does have the id in the widget tag, so I'm kind of stuck.
Any ideas?
Thank you.
06-02-2012 05:37 AM
06-02-2012 01:57 PM
Mmm, weird, I was using exactly the code in the docs.
Anyway, any good resources, tutorials (maybe some that really works
) where I can learn to do this NOT using Ripple (command line is just fine, I'm on osx ).
Thnx.
06-03-2012 09:25 AM - edited 06-03-2012 09:26 AM
Ripple is not working at all for me, too.
It looses configurations, when try to package I always get a "parser error".
So I ended up using the command line which also gives much more and better error messages.
The procedure is like this:
Windows: cd C:\Program Files\Research In Motion\BlackBerry WebWorks SDK for TabletOS<x.x.x.x>\ bbwp C:\Path\To\Your\Zip.zip -g [sigpassword] -o C:\Path\To\Your\Outputdir MAC: cd "/Developer/SDKs/Research In Motion/BlackBerry WebWorks SDK for TabletOS<x.x.x.x>/" ./bbwp ~/myapp/myarchive.zip -g [sigpassword] -o ~/myapp/output
Please refer to this documentation for further info:
Its basically the same for smartphone apps.