Cleaning Sencha Touch project from unused folders
- by Software developer
I created a sencha touch 2.0 project using command line
$ sencha generate app GS ../GS
The sencha project has an sdk folder which contains many folders
I developed an application and tried it on a browser..
Now I want to install it on Android mobile using Phonegap 1.8. The problem is that the project is too big and the emulator shows that there is no space on the devive
My question is how can I clean the project from unused folders, specially the ones in sdk directory?