Search code examples
extjssencha-touchsencha-touch-2

How to upgrade Sencha Touch from 2.0.1.1 to 2.4?


I would like to know if is possible to update a project done with Sencha Touch 2.0.1.1 to Sencha Touch 2.4.

Any idea is welcome thanks!


Solution

  • You just need to run a command line from your project folder:

    sencha app upgrade <Path to Sencha Touch 2.4 SDK>
    

    I hope this will help you.

    ------------ EDIT ---------------

    Make sure:

    1) You are running this command from inside the project folder.

    2) Cross check the path mentioned.