Replies: 1 comment 2 replies
-
Hi, it looks like libdatachannel is not built for the required ARM64 architecture. The easiest way to build it for the right target is to use the Android NDK toolchain file, something like:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Ageneau. I've been trying to set build your library libdatachannel for an Android project. I've tried both build options you gave :
I, however, keep getting the following error when I try to build the project in Android Studio C/C++ :
ld: error: ../../../../libs/libdatachannel/libdatachannel.a(wstransport.o) is incompatible with aarch64linux.
Would you please advise on how to get it working? How can I build it so that I get ARM builds for Android? Any way you can help will be greatly appreciated.
Thank you in advance.
P.S : Thanks for such a great library.
Beta Was this translation helpful? Give feedback.
All reactions