• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

src/org/appspot/apprtc/test/22-Nov-2023-582435

AndroidManifest.xmlD22-Nov-2023529 1713

READMED22-Nov-2023463 1410

ant.propertiesD22-Nov-2023728 1914

build.xmlD22-Nov-20233.8 KiB9316

project.propertiesD22-Nov-2023601 1714

README

1This directory contains an example unit test for Android AppRTCDemo.
2
3Example of building & using the app:
4
5- Build Android AppRTCDemo and AppRTCDemo unit test:
6cd <path/to/webrtc>/src
7ninja -C out/Debug AppRTCDemoTest
8
9- Install AppRTCDemo and AppRTCDemoTest:
10adb install -r out/Debug/apks/AppRTCDemo.apk
11adb install -r out/Debug/apks/AppRTCDemoTest.apk
12
13- Run unit tests:
14adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner