Qt application with FMOD audio library crashes on launch on Android

This is a comment form Stack Overflow:

The error seems pretty clear to me: “java.lang.ClassNotFoundException: Didn’t find class “org.fmod.AudioDevice”. You did not include the FMOD SDK in your APK. Quick documentation link

Is he right? Or only Java developers must include fmod.jar in their projects?