Ale Stamato
09/15/2023, 11:51 AMAndroid Debug Bridge version 1.0.41
Version 34.0.4-10411341
Physical device not recognised when plugged, app not running, gradle build hung. I even had to uninstall platform tools and reinstall yesterday when no amount of restarting the AS worked.Ale Stamato
09/15/2023, 11:58 AMczuckie
09/15/2023, 12:18 PM# Unplug device/kill emulator
./gradlew -stop
adb kill-server
# Re-plug in device
# Re-attempt operationczuckie
09/15/2023, 12:19 PMandroidx.test:test-services was added as an androidTestUtil dependency too for API 30+ I thinkAle Stamato
09/15/2023, 4:51 PMAle Stamato
09/15/2023, 4:51 PMkillall adb works to revive it but its annoyingColton Idle
09/16/2023, 1:32 AMColton Idle
09/16/2023, 1:33 AMColton Idle
09/16/2023, 1:33 AMColton Idle
09/16/2023, 1:33 AMColton Idle
09/16/2023, 1:34 AMajay meher
09/17/2023, 5:08 PM