On Wed, Sep 16, 2009 at 19:08, eclosion android
<[email protected]> wrote:
>
> I studied the Android code today to find a solution and I found:
>
> public final class MicrophoneInputStream extends InputStream {
>    static {
>        System.loadLibrary("srec_jni");
>    }
> .....
>
> Cedric, you have the library libsrec_jni.so in /system/lib (same size
> as mine). Thus I suppose it should be now an option to activate, not a
> lib to install.

Thanks for this precision.
I do not know why it does not find this lib.
Voice applications do crash with an UnsatisfiedLinkError....

E/AndroidRuntime(12395): Caused by: java.lang.UnsatisfiedLinkError:
Library speech not found
E/AndroidRuntime(12395):        at 
java.lang.Runtime.loadLibrary(Runtime.java:489)
E/AndroidRuntime(12395):        at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime(12395):        at
com.google.android.voicesearch.endpointer.MicrophoneInputStream.<clinit>(MicrophoneInputStr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to