| Index: talk/examples/androidtests/README
|
| diff --git a/talk/examples/androidtests/README b/talk/examples/androidtests/README
|
| deleted file mode 100644
|
| index d32fb560a2fd704a207460b041b0d7ee8d4e9a22..0000000000000000000000000000000000000000
|
| --- a/talk/examples/androidtests/README
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -This directory contains an example unit test for Android AppRTCDemo.
|
| -
|
| -Example of building & using the app:
|
| -
|
| -- Build Android AppRTCDemo and AppRTCDemo unit test:
|
| -cd <path/to/webrtc>/src
|
| -ninja -C out/Debug AppRTCDemoTest
|
| -
|
| -- 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
|
|
|