Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
-
20 Nov 2012, 10:17 AM
#12
Sencha User
How to do package in 2.1 Architect
Just started using 2.1 Sencha architect. Good to see build options and packager file configuration settings there..
But how to make .apk file there..
WHen I click Build something happening.. but now sure what...
When I tried via command prompt to create .apk file.. then I get this error
D:\sencha\test2>sencha package build packager.json
Sencha Cmd v3.0.0.230
[ERROR]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[ERROR] stbuild exited with non-zero code : 3
Please help
-
21 Nov 2012, 11:28 AM
#13
We have an issue where we were saving versionCode as an integer when in reality it needs to be a string. Check this in your packager.json
-
21 Nov 2012, 11:30 AM
#14

Originally Posted by
infoprogetti
Is it possible to implement this or we must wait the 2.2 release?
Yeah no releases until then. Argh this is not good.
Workaround is simply to create your own script to do this. There's nothing magical going on here.
I'll add this
-
21 Nov 2012, 10:14 PM
#15
Sencha User
Yes you are right. converting "versionCode": 1 => "versionCode": "1" works.
-
working directory change using /D will be part of the 2.2 release
-
Sencha User
Don't know if this was discussed before:
Sencha cmd (..build native) ran into an error when being installed in a directory containing blanks, like c:\Programme (x86).
Reinstalling in c:\SenchaCmd helped.