-
25 Jun 2012 12:47 AM #1
Answered: Problem in generating new app
Answered: Problem in generating new app
Hi All,
I have installed apache server in program files(x86) and my web root directory is htdocs, in htdocs i unzipped sencha touch 2.0 and installed sencha SDK in program files(x86) .
After this i went to bin folder of SDK and wrote the command "sencha create jsb -a index.html -p app.jsb3" but i am getting error as " cannot open file /program files(x86)/apache sofware foundation/apache2.2/htdocs/bin/index.html" and even tough i have cd into the folder where i have installed my SDK i am getting warning as "current working directory is not recognised SDK application folder running in backward compatible mode".
Please could anyone help me...??

Regards,
Sindhu S
-
Best Answer Posted by mitchellsimoens
Have you created an app? I would use Sencha Command for it all
cd /path/to/sencha-touch-2.0.1.1
sencha app create MyApp /path/to/MyApp
Now you can build it:
cd /path/to/MyApp
sencha app build testing
-
26 Jun 2012 11:56 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
Have you created an app? I would use Sencha Command for it all
cd /path/to/sencha-touch-2.0.1.1
sencha app create MyApp /path/to/MyApp
Now you can build it:
cd /path/to/MyApp
sencha app build testingMitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
26 Jun 2012 6:57 PM #3


Reply With Quote