Search code examples
javaandroidandroid-studioadb

Android studio devices


Once or twice a day Android Studio doesn't recognize any devices attached to my computer. Even

adb devices

doesn't show anything. The only thing that makes my devices reappear is restarting my computer. Even

adb kill-server
adb start-server

doesn't show any devices. Does anybody know why and how I can make adb recognise my devices without restarting my computer?


Solution

  • Something strange with my USB port I reckon. Reinserting the cable mostly fixes the problem.