Update the AppRTCMobileTestStubbedVideoIO test to run on phones without Internet connection. This is done by bringing up a local instance of AppRTC on the Linux machine connected to the Android device. Running this test will need the webrtc.DEPS solution to be configured for the checkout, since that will pull down the precompiled AppRTC package that is needed. Continued from http://crrev.com/2780493002#ps20001 (by kjellander@) Continued from http://crrev.com/2741743002#ps180001 (by mandermo@) BUG=webrtc:7185 Review-Url: https://codereview.webrtc.org/2825313002 Cr-Commit-Position: refs/heads/master@{#17838}
This directory contains an example unit test for Android AppRTCMobile. Example of building & using the app: - Build Android AppRTCMobile and AppRTCMobile unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCMobileTest - Install AppRTCMobile and AppRTCMobileTest: adb install -r out/Debug/apks/AppRTCMobile.apk adb install -r out/Debug/apks/AppRTCMobileTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner