2016-09-27 10:10:41 +02:00
|
|
|
This directory contains an example unit test for Android AppRTCMobile.
|
2015-01-02 19:51:12 +00:00
|
|
|
|
|
|
|
|
Example of building & using the app:
|
|
|
|
|
|
2016-09-27 10:10:41 +02:00
|
|
|
- Build Android AppRTCMobile and AppRTCMobile unit test:
|
2015-01-02 19:51:12 +00:00
|
|
|
cd <path/to/webrtc>/src
|
2018-08-03 13:23:05 +02:00
|
|
|
ninja -C out/Debug AppRTCMobile_test_apk
|
2015-01-02 19:51:12 +00:00
|
|
|
|
2016-09-27 10:10:41 +02:00
|
|
|
- Install AppRTCMobile and AppRTCMobileTest:
|
|
|
|
|
adb install -r out/Debug/apks/AppRTCMobile.apk
|
|
|
|
|
adb install -r out/Debug/apks/AppRTCMobileTest.apk
|
2015-01-02 19:51:12 +00:00
|
|
|
|
|
|
|
|
- Run unit tests:
|
2018-08-03 13:23:05 +02:00
|
|
|
adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner
|