-1

Just yesterday I updated Android Studio. Before I updated it everything was working fine, meaning I was able to use my Samsung Galaxy S4 to debug my apps with no problem. After the update, Android Studio no longer sees my device when I try to debug.

Furthermore when I type in adb devices on my terminal (I am using Ubuntu), my device doesn't show in the list of devices attached. Please help! I'm been trying to find a solution but most only talk about reinstalling drivers for Windows users.

Also, not sure if this may help but when I updated Android Studio, I was prompted to move the SDK folder to another location.

Thanks ahead of time!

1 Answers1

-1

Google's usb driver is located within the Android SDK folders, so perhaps in moving that, your computer can not find the driver anymore.

Try going to Device Manager (the windows one from the Control Panel), look for your mobile device and choose to re-install the driver, choosing one from your own disk. It should be located at ~\android-sdk\extras\google\usb_driver

Stefan de Bruijn
  • 6,289
  • 2
  • 23
  • 31