Android 6 probolem

Hello, we have a problem using FMOD Android SDK (2.02.27) on Android 6(API Level 23) emulator platform. Other Android versions work fine (tested 22, 24 and above).
I’ve modified your simple_event example. You have to add a line
ERRCHECK( coreSystem->setOutput(FMOD_OUTPUTTYPE_OPENSL) );
to reproduce it. If you change it to
ERRCHECK( coreSystem->setOutput(FMOD_OUTPUTTYPE_AUDIOTRACK) );
everythnig works fine then.
Your docs says that FMOD_OUTPUTTYPE_OPENSL should be default for this Android version, but it seems it doesn’t, because without setting the output the bug doesn’t appear.

Here are logs:
FmodAndroid6.txt (34.0 KB)

I can reproduce this in the emulator as described, thank you for reporting this issue. I can’t immediately see what the problem is, I will pass it onto the Dev team to investigate further.