Is there a way to exclude some files from the / res folder from the Android handler?
I have several Android projects that I create using Eclipse. I uploaded these projects to our version control system. The problem is that version control adds the "project.pj" file to each folder.
Because of these project.pj files, my projects will no longer be created in Eclipse. I get errors because the builder is trying to process these files in / res. I know that I can exclude these files for the / src and / gen folders, but how to exclude them from the / res (and / assets) folder?
android eclipse adt resources
rainai
source share