We have a series of Android apps that are due to be included as part of a new Android tablet firmware.
With two of the apps, the manufacturers have said that the shared object “libvorbisidec.so” is conflicting with one already installed as part of the operating system and that we need to rename or remove ours.
It’s obviously a Vorbis Decoder Library, but our two apps do not use any ogg format media. We also don’t know why it’s only 2 out of the tree Corona built apps that have this issue (all three apps use mp3 and wav audio)
How would we even begin to solve this problem?!