rust-sdks
rust-sdks copied to clipboard
Unable to build WebRTC from source in webrts-sys/libwebrtc for Android
Hi,
I get an error related to a missing androidx dependency when running ./build_android.sh --arch arm64 --profile release.
Is there a known working commit or more guidance to ensuring this builds webrtc without issues?
Maybe the problem is I am using Ubuntu 22.04, but I am able to build webrtc on my own outside of this project by following this guide:
https://piranna.github.io/2021/04/23/How-to-build-WebRTC-for-Android-in-Ubuntu-21.04/
Thanks
Hello, I'm also encountering the same androidx dependency issue. May I ask if you have managed to resolve it by now?