开发者

what the alternative to native libmedia in Android 2.3

开发者 https://www.devze.com 2023-04-08 02:45 出处:网络
i开发者_C百科 am using native code that uses libmedia.so and it was running fine in android 2.2 but when i tried it in 2.3.3 it got this error :

i开发者_C百科 am using native code that uses libmedia.so and it was running fine in android 2.2 but when i tried it in 2.3.3 it got this error :

09-28 16:06:28.206: ERROR/AndroidRuntime(3307): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1316]:  1239 cannot locate '_ZN7android11AudioRecordC1EijijijPFviPvS1_ES1_i'...

What is the alternative to AudioRecord/libmedia in 2.3 ?


i found this in the changelog in android_nds_r5

this API only works with 2.3 and above

Audio APIs based on the OpenSL ES standard that support playback and recording as well as control over platform audio effects

0

精彩评论

暂无评论...
验证码 换一张
取 消