mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() This code is not used anymore, but it's not possible to land this CL until issue webrtc:9665 is fixed. Bug: webrtc:9642,webrtc:9665 Change-Id: Idb68e9bdf51b4239788cd6869dcb44dae87d7c56 Reviewed-on: https://webrtc-review.googlesource.com/c/95951 Reviewed-by: Paulina Hensman <phensman@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25289} |
||
---|---|---|
.. | ||
src/org/appspot/apprtc/test | ||
third_party | ||
AndroidManifest.xml | ||
ant.properties | ||
build.xml | ||
gradle_project_test.py | ||
OWNERS | ||
project.properties | ||
README | ||
video_quality_loopback_test.py |
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 AppRTCMobile_test_apk - 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