mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
![]() Auto generated with: git grep -l "sakal@webrtc.org" | xargs sed -i '' -e 's/sakal/xalep/g' No-Try: True Bug: webrtc:12673 Change-Id: Ic1d4e8c655725d490a0e2b0d492e42edc9aa919c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215147 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33722} |
||
---|---|---|
.. | ||
src/org/appspot/apprtc/test | ||
third_party | ||
AndroidManifest.xml | ||
ant.properties | ||
build.xml | ||
gradle_project_test.py | ||
OWNERS | ||
project.properties | ||
README |
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