5616ed8aba73f5a3968e86928ec5884afe34ead3
`run-android.sh` derives its AVD from the checkout, so two clones of this repo run two emulators, and with both attached a bare `adb` call stops working. The failures do not say so: `adb shell` and `adb get-state` fail with `more than one device/emulator`, and `adb shell pm list packages` comes back empty -- which reads as the app having been uninstalled, and sent dev-updater's session looking for a wipe that had not happened. Its enrolment script mis-diagnosed the same ambiguity as "no emulator is running", whose advice is to start a third. The enrolment line in this file was itself a bare `adb shell`, so it was the instruction that would have produced the confusion.
Languages
Rust
54%
Kotlin
43.6%
Shell
2.4%