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 |