You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root is that jniaudio must be built against the actual system libraries of your system. You can find the system libraries in your emulator image, and "adb pull" them to link with them just the same way as people do with hw devices.
And you need the header files from the AOSP tree appropriate for your platform, as described in #4 (comment)
I have got a error while debug the code using Ubuntu OS on emulator . Please rectify the give below error . I will appreciate to you
DEBUG/FFMpeg(14322): Couldn't load lib: jniaudio - Cannot load library: reloc_library[1312]: 2578 cannot locate '_ZN7android10AudioTrack3setEijiiijPFviPvS1_ES1_iRKNS_2spINS_7IMemoryEEEb'...
DEBUG/FFMpeg(14322): Couldn't load lib: ffmpeg_jni - Cannot load library: link_image[1963]: 2578 could not load needed library 'libjniaudio.so' for 'libffmpeg_jni.so' (find_library[1220]: 2578 'libjniaudio.so' failed to load previously)
The text was updated successfully, but these errors were encountered: