xref: /aosp_15_r20/external/webrtc/examples/androidtests/README (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard WorkerThis directory contains an example unit test for Android AppRTCMobile.
2*d9f75844SAndroid Build Coastguard Worker
3*d9f75844SAndroid Build Coastguard WorkerExample of building & using the app:
4*d9f75844SAndroid Build Coastguard Worker
5*d9f75844SAndroid Build Coastguard Worker- Build Android AppRTCMobile and AppRTCMobile unit test:
6*d9f75844SAndroid Build Coastguard Workercd <path/to/webrtc>/src
7*d9f75844SAndroid Build Coastguard Workerninja -C out/Debug AppRTCMobile_test_apk
8*d9f75844SAndroid Build Coastguard Worker
9*d9f75844SAndroid Build Coastguard Worker- Install AppRTCMobile and AppRTCMobileTest:
10*d9f75844SAndroid Build Coastguard Workeradb install -r out/Debug/apks/AppRTCMobile.apk
11*d9f75844SAndroid Build Coastguard Workeradb install -r out/Debug/apks/AppRTCMobileTest.apk
12*d9f75844SAndroid Build Coastguard Worker
13*d9f75844SAndroid Build Coastguard Worker- Run unit tests:
14*d9f75844SAndroid Build Coastguard Workeradb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner
15