I need to build apk for an old Android 4.2, I managed to do this by changing "android-minSdkVersion" to 17 and building with Cordova CLI.
When I'm testing it on an old phone, everything works except for sounds and music. Logcat shows errors like this:
I'm guessing .ogg format is unsupported, or maybe it's looking for the media file in wrong location..
Does anyone knows how to fix this? Is it possible to use wav or mp3 without conversion to ogg somehow? Will appreciate any advice.
.
EDIT: Seems like some issue with file access or location. Same error happens when I try playing mp3 or any other file.