Index: webrtc/examples/androidtests/README |
diff --git a/webrtc/examples/androidtests/README b/webrtc/examples/androidtests/README |
index 49ae6c81d69248d85bd0d12bf50e369c07ee9d3e..d32fb560a2fd704a207460b041b0d7ee8d4e9a22 100644 |
--- a/webrtc/examples/androidtests/README |
+++ b/webrtc/examples/androidtests/README |
@@ -1,14 +1,14 @@ |
-This directory contains an example unit test for Android AppRTCMobile. |
+This directory contains an example unit test for Android AppRTCDemo. |
Example of building & using the app: |
-- Build Android AppRTCMobile and AppRTCMobile unit test: |
+- Build Android AppRTCDemo and AppRTCDemo unit test: |
cd <path/to/webrtc>/src |
-ninja -C out/Debug AppRTCMobileTest |
+ninja -C out/Debug AppRTCDemoTest |
-- Install AppRTCMobile and AppRTCMobileTest: |
-adb install -r out/Debug/apks/AppRTCMobile.apk |
-adb install -r out/Debug/apks/AppRTCMobileTest.apk |
+- Install AppRTCDemo and AppRTCDemoTest: |
+adb install -r out/Debug/apks/AppRTCDemo.apk |
+adb install -r out/Debug/apks/AppRTCDemoTest.apk |
- Run unit tests: |
adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner |