FMOD System init in android get error FMOD_ERR_INTERNAL

I use Fmod 1.10.03 in android,get error FMOD_ERR_INTERNAL,the below is the log information:
04-17 14:50:53.274 2685 2715 I fmod : SystemI::init : Initialize version=11003 (93157), maxchannels=32, flags=0x00000000
04-17 14:50:53.275 2685 2715 I fmod : FMOD_OS_Init : Detected CPU family: 1, features: 0x1F7FF, cores: 0.
04-17 14:50:53.281 2685 2715 I fmod : FMOD::supportsLowLatency : Low latency = false, Pro Audio = false, Bluetooth On = false, Acceptable Block Size = true (192)
04-17 14:50:53.281 2685 2715 I fmod : SystemI::setOutputInternal : Setting output to ‘FMOD Audio Track Output’
04-17 14:50:53.282 2685 2715 I fmod : OutputAudioTrack::init : Device is running API level 25.
04-17 14:50:53.282 2685 2715 W fmod : OutputAudioTrack::init : Only mono, stereo, 5.1 and 7.1 supported, defaulting to stereo.
04-17 14:50:53.283 2685 2715 I fmod : AudioDevice::init : Min buffer size: 7712 bytes
04-17 14:50:53.283 2685 2715 I fmod : AudioDevice::init : Actual buffer size: 8192 bytes
04-17 14:50:53.293 2685 2715 I fmod : Thread::initThread : Init FMOD stream thread. Priority: 2, Stack Size: 65536, Semaphore: No, Sleep Time: 10, Looping: Yes.
04-17 14:50:53.294 2685 2715 I fmod : Thread::initThread : Init FMOD mixer thread. Priority: 3, Stack Size: 49152, Semaphore: No, Sleep Time: 0, Looping: Yes.
04-17 14:51:04.799 2685 2715 I fmod : SystemI::createSoundInternal : Create name=‘file:///android_asset/android/cn/sfx/music/07c9755225293261b275015d8063ca37_start.mp3’, mode=0x0000008A
04-17 14:51:04.799 2685 2715 E fmod : AndroidAssetFile::reallyOpen : Could not open ‘android/cn/sfx/music/07c9755225293261b275015d8063ca37_start.mp3’ from the asset manager.

Are you able to use FMOD_Debug_Initialize with the FMOD_DEBUG_LEVEL_LOG and FMOD_DEBUG_TYPE_TRACE. This should provide the most information.
https://fmod.com/resources/documentation-api?page=content/generated/FMOD_Debug_Initialize.html#/