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

.aar Issue libeasyopus.so not coming with Android .jar.. Only getting libopus.so and another .so file.. but no easyopus.so file.. ALSO ANOTHER ERROR #7

Closed
nafiskabbo opened this issue Nov 11, 2020 · 1 comment

Comments

@nafiskabbo
Copy link

.aar Issue libeasyopus.so not coming with Android .jar.. Only getting libopus.so and another .so file.. but no easyopus.so file

Another error:
2020-11-11 19:59:55.034 9778-9778/com.kabbodev.grnclient E/bodev.grnclien: No implementation found for int com.kabbodev.grnclient.audio.opus.Opus.encoderInit(int, int, int) (tried Java_com_kabbodev_grnclient_audio_opus_Opus_encoderInit and Java_com_kabbodev_grnclient_audio_opus_Opus_encoderInit__III)
2020-11-11 19:59:55.037 9778-9778/com.kabbodev.grnclient E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.kabbodev.grnclient, PID: 9778
java.lang.UnsatisfiedLinkError: No implementation found for int com.kabbodev.grnclient.audio.opus.Opus.encoderInit(int, int, int) (tried Java_com_kabbodev_grnclient_audio_opus_Opus_encoderInit and Java_com_kabbodev_grnclient_audio_opus_Opus_encoderInit__III)

@theeasiestway
Copy link
Owner

Hi @nafiskabbo, just now checked opus.aar and everething works fine in order to use opus encoder/decoder in your project you can simply add it as .aar library using gradle dependencies section as I decribed here.

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

2 participants