问题
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!
回答1:
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.
来源:https://stackoverflow.com/questions/26099278/how-to-upgrade-sencha-touch-from-2-0-1-1-to-2-4