[SOLVED] JNI exception when trying to use OGG files on Android

Definitely it wasn’t a lie, the file wasn’t there. I was relaxed when all in a sudden I though: proguard.

Fixed with:

-keepclassmembers class com.jme3.audio.plugins.NativeVorbisFile {
    public <fields>;
}

Thanks to both for helping :wink: