sudo pacman -S android-toolsAfter installation, verify ADB is working:
adb version
adb devices-
Enable Developer Options on your Android device:
- Go to Settings → About Phone
- Tap "Build Number" 7 times
- Go back to Settings → Developer Options
-
Enable USB Debugging:
- In Developer Options, enable "USB Debugging"
- Connect device via USB
- Accept the debugging prompt on your device
-
Verify Connection:
adb devices
You should see your device listed.
Once ADB is installed and device is connected:
python3 test_with_device.pyOr use the automated setup script:
./setup_and_test.sh