I’m developing samples for different Android technologies and want to include the full source code (Eclipse project) archived into the APK. That should allow anyone with Google Market access to easily reuse the code.
Is there a proper way to automatically pack the code/resources and put it into assets?
I’m using Eclipse under Win//Linux.
Currently I have to manually 7z-compress the src&res and put it into assets before signing.
Sure, just compress it and include it in a directory under your APK (e.g. raw). But be aware that your APK will at least x2 its size.