-
20 Nov 2012 2:23 AM #11
Hi,
I have the same problem when trying to build an apk.
When I run Sencha Cmd Setup, in the Setup Project and I point the framework to the sencha-touch-2.1.0 directory I have the following response from prompt.

The cd command cannot change directory to another drive and consequently the sencha command fails.
I know that exists an option in cd that can change drive and directory in one step: /D, so the command should be:
Is it possible to implement this or we must wait the 2.2 release?Code:cd /D "Y:/path/to/project/"
Thank you in advance,
Mauro
-
20 Nov 2012 10:17 AM #12
How to do package in 2.1 Architect
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
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
SenchaCon or bust!
Known Bugs in Architect Latest
-
21 Nov 2012 11:30 AM #14
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
SenchaCon or bust!
Known Bugs in Architect Latest
-
21 Nov 2012 10:14 PM #15
Yes you are right. converting "versionCode": 1 => "versionCode": "1" works.
-
30 Nov 2012 1:59 PM #16
working directory change using /D will be part of the 2.2 release
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
SenchaCon or bust!
Known Bugs in Architect Latest
-
2 Dec 2012 7:37 AM #17
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.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote