# Run app on device Build, install, and launch the app on the connected USB Android device. ## What to do 1. Run `./gradlew installDebug` (use `gradlew.bat` on Windows). 2. Ensure the device is connected via USB with USB debugging enabled. 3. After a successful install, launch the app with `adb shell am start -n org.db3.airmq/.MainActivity`. 4. Report the device name and that the app was launched.