-
These appear to be SDK Tools : command issues. This feedback is from running sencha at the command line which is what SA is doing. Recommend a fresh post at SDKTools forum
http://www.sencha.com/forum/forumdis...ncha-SDK-Tools
I wonder if it's related to Spanish lang install? ... C:\Archivos de programa\
-
It's not. Samme problem om my eng win 7
-
Same error
I'm receiving the same error when trying to package for Android in Sencha Architect. Windows 7 64bit:
[31m[1m[WARN] The current working directory (C:\Program Files (x86)\SenchaArchitect) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode.[22m[39m Sencha Command v2.0.0 Beta 3 Copyright (c) 2012 Sencha Inc. usage: sencha COMMAND [ARGS] The available commands are: build build a JSB project create bootstrapdata generate boostrap data create jsb generate a minimal JSB project for an app create locale generate a template locale file from source create manifest generate classes manifest package package your Touch web app into a native bundle slice theme slice a custom theme's images for IE See 'sencha help COMMAND' for more information on a specific command. [31m[1m[ERROR] The current working directory (C:\Program Files (x86)\SenchaArchitect) is not a recognized Sencha SDK or application folder[22m[39m
-
I get the same error that centenic (above) in windows XP SP3 32 bit Architect version 2.0.0 Build 412
regards
Frank
-
After reading some posts and one blog, put a file called .senchasdk and put the path to wherever you have the Sencha Touch sdk in your disk (ex: c:\js\SenchaTouch-2.0.1).
I didnt test it, I "thrown in the towel" trying to pack iOS in Windows for now.
Regards.
-
Hi any news about deploy app using Sencha Architet2 I bought it, version 412 and yet i can't test deploy "Hello word app", some bug fixed soon?
regards
Frank
-
I updated to version stable version 2.0.0 build 439 windows xp, and i can't do deploy for my basic senchaHello, when i click deploy i get this error:
C:\Program Files\SenchaArchitect>cd "C:/xampp/htdocs/SenchaHello/SenchaHello/" C:\Program Files\SenchaArchitect>sencha & sencha package packager.json [31m[1m[WARN] The current working directory (C:\Program Files\SenchaArchitect) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode.[22m[39m Sencha Command v2.0.0 Beta 3 Copyright (c) 2012 Sencha Inc. usage: sencha COMMAND [ARGS] The available commands are: build build a JSB project create bootstrapdata generate boostrap data create jsb generate a minimal JSB project for an app create locale generate a template locale file from source create manifest generate classes manifest package package your Touch web app into a native bundle slice theme slice a custom theme's images for IE See 'sencha help COMMAND' for more information on a specific command. [31m[1m[ERROR] The current working directory (C:\Program Files\SenchaArchitect) is not a recognized Sencha SDK or application folder[22m[39m The specified config file "packager.json" does not exist.
someone can give me detail about how i can setup a basic app, to deploy it in an android, and iphone phone please
regards
Frank
-
It appears as if the cd command that is running isn't working. I'm noticing it's using forward slashes. This might break on XP where it doesn't on Win 7. I'm fixing that.
Then of course it can't find the file because your not in the correct directory.
-
work around is to run the command yourself from cmd line
cd into your directory and run
sencha package packager.json
-
It should also be noted that with beta3 sencha package packager.json won't work
beta 2: works
beta 3: sencha package build packager.json