Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/org/appspot/apprtc/test/ | 22-Nov-2023 | - | 582 | 435 | ||
AndroidManifest.xml | D | 22-Nov-2023 | 529 | 17 | 13 | |
README | D | 22-Nov-2023 | 463 | 14 | 10 | |
ant.properties | D | 22-Nov-2023 | 728 | 19 | 14 | |
build.xml | D | 22-Nov-2023 | 3.8 KiB | 93 | 16 | |
project.properties | D | 22-Nov-2023 | 601 | 17 | 14 |
README
1This directory contains an example unit test for Android AppRTCDemo. 2 3Example of building & using the app: 4 5- Build Android AppRTCDemo and AppRTCDemo unit test: 6cd <path/to/webrtc>/src 7ninja -C out/Debug AppRTCDemoTest 8 9- Install AppRTCDemo and AppRTCDemoTest: 10adb install -r out/Debug/apks/AppRTCDemo.apk 11adb install -r out/Debug/apks/AppRTCDemoTest.apk 12 13- Run unit tests: 14adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner