Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/org/appspot/apprtc/test/ | H | 25-Apr-2025 | - | 638 | 500 | |
third_party/ | H | 25-Apr-2025 | - | 15 | 10 | |
AndroidManifest.xml | H A D | 25-Apr-2025 | 991 | 27 | 13 | |
OWNERS.webrtc | H A D | 25-Apr-2025 | 17 | 2 | 1 | |
README | H A D | 25-Apr-2025 | 485 | 15 | 10 | |
ant.properties | H A D | 25-Apr-2025 | 728 | 19 | 14 | |
build.xml | H A D | 25-Apr-2025 | 3.8 KiB | 93 | 16 | |
project.properties | H A D | 25-Apr-2025 | 601 | 17 | 14 |
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