Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not run in android platform with opus c++ library #25

Open
mala2017 opened this issue Dec 25, 2021 · 0 comments
Open

not run in android platform with opus c++ library #25

mala2017 opened this issue Dec 25, 2021 · 0 comments

Comments

@mala2017
Copy link

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.google.audio-1iS8bVpfYq8i02qwgHkJiQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.audio-1iS8bVpfYq8i02qwgHkJiQ==/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libogg_opus_encoder.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1067)
at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
at java.lang.System.loadLibrary(System.java:1667)
at com.google.audio.StreamingAudioEncoder.(StreamingAudioEncoder.java:541)
at com.google.audio.asr.cloud.CloudSpeechSession.(CloudSpeechSession.java:90)
at com.google.audio.asr.cloud.CloudSpeechSessionFactory.create(CloudSpeechSessionFactory.java:63)
at com.google.audio.asr.RepeatingRecognitionSession.init(RepeatingRecognitionSession.java:226)
at com.google.audio.MainActivity.lambda$new$2$MainActivity(MainActivity.java:94)
at com.google.audio.-$$Lambda$MainActivity$1Y9T094V_QtEu3A6xxCKWTQeD70.run(Unknown Source:2)
at java.lang.Thread.run(Thread.java:919)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant