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

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

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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
OLDNEW
(Empty)
1 This directory contains an example unit test for Android AppRTCDemo.
2
3 Example of building & using the app:
4
5 - Build Android AppRTCDemo and AppRTCDemo unit test:
6 cd <path/to/webrtc>/src
7 ninja -C out/Debug AppRTCDemoTest
8
9 - Install AppRTCDemo and AppRTCDemoTest:
10 adb install -r out/Debug/apks/AppRTCDemo.apk
11 adb install -r out/Debug/apks/AppRTCDemoTest.apk
12
13 - Run unit tests:
14 adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationT estRunner
OLDNEW
« no previous file with comments | « talk/examples/androidtests/AndroidManifest.xml ('k') | talk/examples/androidtests/ant.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698