How to import Sencha Touch 2 app into Sencha Designer 2
How to import Sencha Touch 2 app into Sencha Designer 2
When I create a new Sencha Touch 2 with sencha create app myApp myPath, I have myApp structure in myPath. How I can import this app into Sencha Designer 2 to add model, store, views, etc.?
Thank you.
Marcello
I would suggest not trying to import a project, but creating it ground up in Sencha Designer 2. This will create all the needed files in the folder you save to.
If I create my project in Designer, how I can use the sdk commands? The Designer project can't have the necessary files (packager.json, app.json, act): I're missing something?
Create the project in Designer, then add the files you need for packaging the project yourself (this is how I used to do it). Designer now also has a Package function (under the deploy button), I haven't worked with functionality yet so can't advise on its use.