-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
UnsatisfiedLinkError #7
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
Comments
you need import android/libs/*.jar files |
import exactly how? it is in the build.gradle of webrtc module if that is what you mean |
Sounds like they need to adjust their grade file. It's a big.
…On Wed, 8 Aug 2018, 12:12 SnowcatSVK, ***@***.***> wrote:
import exactly how? it is in the build.gradle of webrtc module if that is
what you mean
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATuCwu0Lb34lFcWNgIKSaBNg1qP4nWAFks5uOrmLgaJpZM4VzZsi>
.
|
@SnowcatSVK |
@cloudwebrtc first i tried it on x86_64 emulator and when i saw the logs i have tried it on pixel 2, where i get the same error, only there it said it couldnt find armeabi_v8a, so then i guess i would have to recompile it for both x86_64 and armeabi_v8a? |
@SnowcatSVK Yes, you can try to recompile it for both x86_64 and armeabi_v8a(arm64). |
ok then, i will try to recompile it and see if that helps, thank you for your time |
Could some notes about this eventually be added to the readme ? Ir even better a make file to see how to do this sort of ISA architecture shuffling ? |
Ok, I will update README.md and add x86_64 and arm64 architecture to the next commit. |
@SnowcatSVK We have recompiled this native sdk, support armv7, arm64, x86, x86_64 on android, you can view the latest commit. |
@cloudwebrtc Just tested it out and everything works rather nicely, thank you very much for your help |
Hello,
While trying out your example app I have ran into a problem. On Android i get the UnsatisfiedLinkError
whole stacktrace:
The app works great on iOS, but I cant get around this on Android. Every suggestion would help.
The text was updated successfully, but these errors were encountered: