glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 | [diff] [blame^] | 1 | This directory contains an example unit test for Android AppRTCDemo. |
| 2 | |
| 3 | Example of building & using the app: |
| 4 | |
| 5 | - Build Android AppRTCDemo and AppRTCDemo unit test: |
| 6 | cd <path/to/webrtc>/src |
| 7 | ninja -C out/Debug AppRTCDemoTest |
| 8 | |
| 9 | - Install AppRTCDemo and AppRTCDemoTest: |
| 10 | adb install -r out/Debug/AppRTCDemo-debug.apk |
| 11 | adb install -r out/Debug/AppRTCDemoTest-debug.apk |
| 12 | |
| 13 | - Run unit tests: |
| 14 | adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner |