1. #1
    Sencha User
    Join Date
    Jun 2012
    Posts
    12
    Vote Rating
    0
    sindhu singh is on a distinguished road

      0  

    Default 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

  2. 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

  3. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    Answers
    3113
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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
    Mitchell 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.

  4. #3
    Sencha User
    Join Date
    Jun 2012
    Posts
    12
    Vote Rating
    0
    sindhu singh is on a distinguished road

      0  

    Default


    Thanks mitchellsimoens its working now.