01-06-2013 10:39 AM
So I have finally finished my BB10 app.
I was just wondering how I go about exporting it from momentics and if there was and tips or things i should remember before buidling it.
It's an update to a previous PlayBook app of mine and I want to release it under the same SKU.
Thanks
01-06-2013 04:59 PM
01-07-2013 03:11 AM
01-07-2013 09:30 AM
Pretty easy to do, I have a step-by-step tutorial for it: http://bbcascadescode.tumblr.com/post/33340977264/
01-07-2013 10:19 AM
is so easy, look this link http://bbcascadescode.tumblr.com/post/33340977264/
01-07-2013 11:04 PM
I have an app that is working fine in debug model on the device but when I export the release build and side load it the app icon is there but fails to run.
Anyone else ever see this happen?
01-08-2013 08:11 AM
Hi JaredCo,
Where did you export signed bar file? Signed generated bar file is exported to \arm\o.le-v7 folder defaultly. May be you would have picked up from \arm\o.le-v7-g folder.
01-08-2013 08:52 AM
Hi,
I double checked and I picked up the one under BAR Packages which comes from the arm\o.le-v7.
The app installs fine on the device by sideloading....icon is there but when I click the icons shift over then back like a peek...no window is opened.
01-09-2013 09:41 AM
Finally figured it out.....I had an older project and didn't know I had to make this change :
|
intmain(intargc, char**argv) |
Add the Q_DECL_EXPORT symbol before the declaration:
|
Q_DECL_EXPORT intmain(intargc, char**argv) |
01-09-2013 10:59 AM
You might want to read up on the latest compiling notes for the Gold SDK.
They have some additional changes, that I'm not sure if they will deem mandatory.
https://developer.blackberry.com/cascades/document