I am developing game in android using cocos2d-x plateform. I include game .so file in android code. Game working fine in marshmallow and below version devices but when i run this app in android 7 nougat getting unknown error.
E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libstlport.so" not found
I am sure that problem is in .so file. in .so file following line creating problem. sounds not working in android 7 Nougat.
CocosDenshion::SimpleAudioEngine::getInstance()->playEffect(writable);
is it any alternate method to play sound in cocos2d-x plateform.
experimental::AudioEngine
? – Jubilee.mp3
not supported on Android for sound effect, Am i right or wiki is outdated ? – Jubilee