doc: add notes from overall discussions

This commit is contained in:
2025-12-17 09:23:55 -07:00
parent 2c4178d6b8
commit 76b3fa8199
2 changed files with 34 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
Both test apps are configured to **automatically build the plugin** as part of their build process. The plugin is included as a Gradle project dependency, so Gradle handles building it automatically.
Note that Test App 1 `android-test-app` is used most frequently.
---
## Test App 1: `android-test-app` (Standalone Android)
@@ -59,7 +61,7 @@ avdmanager list avd
# Run one
emulator -avd AVD_NAME
# Check that one is running
# Simply see that one is running
adb devices
# Now install on the emulator