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