1
0
Fork 0
firefox/third_party/libwebrtc/examples/androidtests
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
src/org/appspot/apprtc/test Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
third_party Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
AndroidManifest.xml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
ant.properties Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
build.xml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
OWNERS Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
project.properties Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

This directory contains an example unit test for Android AppRTCMobile.

Example of building & using the app:

- Build Android AppRTCMobile and AppRTCMobile unit test:
cd <path/to/webrtc>/src
ninja -C out/Debug AppRTCMobile_test_apk

- Install AppRTCMobile and AppRTCMobileTest:
adb install -r out/Debug/apks/AppRTCMobile.apk
adb install -r out/Debug/apks/AppRTCMobileTest.apk

- Run unit tests:
adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner