Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: webrtc/examples/androidtests/README

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/examples/androidjunit/README ('k') | webrtc/examples/androidtests/build.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains an example unit test for Android AppRTCDemo. 1 This directory contains an example unit test for Android AppRTCMobile.
2 2
3 Example of building & using the app: 3 Example of building & using the app:
4 4
5 - Build Android AppRTCDemo and AppRTCDemo unit test: 5 - Build Android AppRTCMobile and AppRTCMobile unit test:
6 cd <path/to/webrtc>/src 6 cd <path/to/webrtc>/src
7 ninja -C out/Debug AppRTCDemoTest 7 ninja -C out/Debug AppRTCMobileTest
8 8
9 - Install AppRTCDemo and AppRTCDemoTest: 9 - Install AppRTCMobile and AppRTCMobileTest:
10 adb install -r out/Debug/apks/AppRTCDemo.apk 10 adb install -r out/Debug/apks/AppRTCMobile.apk
11 adb install -r out/Debug/apks/AppRTCDemoTest.apk 11 adb install -r out/Debug/apks/AppRTCMobileTest.apk
12 12
13 - Run unit tests: 13 - Run unit tests:
14 adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationT estRunner 14 adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationT estRunner
OLDNEW
« no previous file with comments | « webrtc/examples/androidjunit/README ('k') | webrtc/examples/androidtests/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698