I'm using Phonegap in Eclipse (with the ADT plugin).
I have a big framework that I use for my normal HTML projects. This framework is full of js, css and graphics files.
For convenience I included the whole framework inside my Phonegap project, since I might need something from the framework later.
But when I build the apk, all files from the framework are included in the apk, which makes it bigger than 10MB. Most of the files are never used in the project, so I need to find a simple way to exclude those files/folders from the build.
Any suggestions?