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

Unified Diff: webrtc/examples/androidtests/README

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/examples/androidjunit/README ('k') | webrtc/examples/androidtests/build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidtests/README
diff --git a/webrtc/examples/androidtests/README b/webrtc/examples/androidtests/README
index d32fb560a2fd704a207460b041b0d7ee8d4e9a22..49ae6c81d69248d85bd0d12bf50e369c07ee9d3e 100644
--- a/webrtc/examples/androidtests/README
+++ b/webrtc/examples/androidtests/README
@@ -1,14 +1,14 @@
-This directory contains an example unit test for Android AppRTCDemo.
+This directory contains an example unit test for Android AppRTCMobile.
Example of building & using the app:
-- Build Android AppRTCDemo and AppRTCDemo unit test:
+- Build Android AppRTCMobile and AppRTCMobile unit test:
cd <path/to/webrtc>/src
-ninja -C out/Debug AppRTCDemoTest
+ninja -C out/Debug AppRTCMobileTest
-- Install AppRTCDemo and AppRTCDemoTest:
-adb install -r out/Debug/apks/AppRTCDemo.apk
-adb install -r out/Debug/apks/AppRTCDemoTest.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
« 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