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
精彩评论