Hi Yurii and Patrick,
I've tested WebRTC versions from M112 to M125 on Android 15 with the new 16KB page size and haven't encountered any practical challenges or bugs. I've compiled WebRTC for Android from scratch for these versions, and everything appears to be functioning as expected. While the release notes don’t specifically address this change, the builds seem robust enough to handle it.
If your project is particularly sensitive to memory alignment, I recommend validating this by reviewing the PAGE_SIZE macro usage in your build scripts.
./build/install-build-deps.sh
gclient runhooks
then
gn args out/Debug
target_os = "android"
target_cpu = "arm64"
is_debug = false
rtc_include_tests = false
is_component_build = false
symbol_level = 1
is_java_debug = false
dcheck_always_on = true
use_errorprone_java_compiler = false
android_static_analysis = "off"
rtc_enable_android_environment = true
ninja -C out/Debug
and then final
python3 tools_webrtc/android/build_aar.py --arch arm64-v8a --build-dir out/Debug --output /home/svcvplatx/DoNotTouch_Jay/Out_Put/libwebrtc.aar
This will pack you .aar
Please help if there are any steps I am missing.
--
This list falls under the WebRTC Code of Conduct - https://webrtc.org/support/code-of-conduct.
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/287de281-9fe2-4696-9f01-0ef64337b9een%40googlegroups.com.
I am also facing same issue for android and building the latest M138,Issue is that, after creating libwebrtc.aar and adding to my project getting crashed logsjava.lang.NoClassDefFoundError: Failed resolution of: Lorg/webrtc/Environment;
--
This list falls under the WebRTC Code of Conduct - https://webrtc.org/support/code-of-conduct.
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/70fff374-d45a-4862-be8f-e354d80e1d0en%40googlegroups.com.