webrtc/examples/androidtests
Byoungchan Lee aa875e1c5e Android: Fix Error Prone warnings
Resolves all Error Prone warnings across the codebase.
Verified locally with `android_static_analysis = "on"`.

Bug: webrtc:446738085
Change-Id: I6614363eb565dff98fef386935bdc2e9bd5450fc
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/411641
Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
Reviewed-by: Zoé Lepaul <zlep@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#45888}
2025-10-09 23:07:19 -07:00
..
src/org/appspot/apprtc/test Android: Fix Error Prone warnings 2025-10-09 23:07:19 -07:00
third_party Rename README.webrtc to .md 2025-09-25 01:55:08 -07:00
AndroidManifest.xml Roll chromium_revision 598cedadf7..c3980d4b97 (1118297:1119913) 2023-03-21 19:37:45 +00:00
ant.properties
build.xml
OWNERS Update OWNERS files with new account. 2025-09-17 10:57:26 -07:00
project.properties
README

This directory contains an example unit test for Android AppRTCMobile.

Example of building & using the app:

- Build Android AppRTCMobile and AppRTCMobile unit test:
cd <path/to/webrtc>/src
ninja -C out/Debug AppRTCMobile_test_apk

- Install AppRTCMobile and AppRTCMobileTest:
adb install -r out/Debug/apks/AppRTCMobile.apk
adb install -r out/Debug/apks/AppRTCMobileTest.apk

- Run unit tests:
adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner