Hi Clover, I'm hitting an issue on apk's uploaded/installed via the sandbox app market/apk uploader.
On launching, the app crashes and logs appear about not finding file descriptors:
Caused by: android.content.res.Resources$NotFoundException: File res/raw/intercom_birdy_done_1.mp3 from drawable resource ID #0x7f070000
and
Caused by: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
It seems to be the intercom SDK. On sideloading the apk with mp3 compression disabled in my gradle, everything works well:
aaptOptions {
noCompress "mp3"
}
I'm wondering is the clover APK upload/double signing re-compressing my apk upload?
If so, is there any workaround?
Thank you, Alan