--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
I ran into this myself when I accidentally "compressed" an OGG file in
an APK I was rebuilding, which Android promptly failed to open. I worked
around it by compressing the APK (using 7-zip) in two steps -- once with
compression turned on, and once with compression set to "store."
I was rebuilding the APK because I'm doing some ... creative? ... things
to prevent the Google Licensing Service from being trivially broken.
Anything can be hacked, of course, but it didn't seem worthwhile to even
use the Licensing Service if there's a script out in the wild that
automatically cracks it. :(
I hope that it will at least postpone someone hacking my new game until
it gets some momentum; it will certainly prevent an average user from
simply using the cracking script. We'll see what happens. :)
Tim