rhubarb-lip-sync/rhubarb/lib/webrtc-8d2248ff/webrtc/examples/androidtests
Daniel Wolf e5c39efeeb Moved main executable into its own directory along with its build logic
This will make it easier to add other artifacts that require build steps.
2018-01-24 18:38:09 +01:00
..
src/org/appspot/apprtc/test Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
AndroidManifest.xml Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
README Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
ant.properties Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
build.xml Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
project.properties Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00

README

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