Name Date Size #Lines LOC

..--

src/org/appspot/apprtc/test/H25-Apr-2025-638500

third_party/H25-Apr-2025-1510

AndroidManifest.xmlH A D25-Apr-2025991 2713

OWNERS.webrtcH A D25-Apr-202517 21

READMEH A D25-Apr-2025485 1510

ant.propertiesH A D25-Apr-2025728 1914

build.xmlH A D25-Apr-20253.8 KiB9316

project.propertiesH A D25-Apr-2025601 1714

README

1This directory contains an example unit test for Android AppRTCMobile.
2
3Example of building & using the app:
4
5- Build Android AppRTCMobile and AppRTCMobile unit test:
6cd <path/to/webrtc>/src
7ninja -C out/Debug AppRTCMobile_test_apk
8
9- Install AppRTCMobile and AppRTCMobileTest:
10adb install -r out/Debug/apks/AppRTCMobile.apk
11adb install -r out/Debug/apks/AppRTCMobileTest.apk
12
13- Run unit tests:
14adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner
15