Cleaning Sencha Touch project from unused folders

Posted by Software developer on Stack Overflow See other posts from Stack Overflow or by Software developer
Published on 2012-06-12T10:37:49Z Indexed on 2012/06/12 10:40 UTC
Read the original article Hit count: 261

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about android

Related posts about phonegap