Is it possible to ignore files from being packaged into the Android APK? For instance, I have my .psd files in the same folder as their .png counterparts, and all the .psd f
You can try using the maven android plugin and adding some logic to the build phase.