blob: 7018ebd21ff7784d9c8d3df2c23315dade20dfa7 [file] [log] [blame]
glaznev@webrtc.org8390c272015-01-02 19:51:121This 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/AppRTCDemo-debug.apk
11adb install -r out/Debug/AppRTCDemoTest-debug.apk
12
13- Run unit tests:
14adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner