Home > database >  USB Debugging not working, tried everything
USB Debugging not working, tried everything

Time:11-29

I know this is kind of obsolete, but I can't get it to work. I have Android 4.2.2 and Windows 8.1. When I plug it in USB debugging mode the command: adb devices there is an empty list. I tried:

  • installing "ADB, Fastboot and Drivers"
  • unlocking Developer Options in Android
  • adb kill-server / adb start-server
  • changing USB port
  • restarting Windows and Android
  • deleting "C:\Users\****\.android\" contents

Nothing works. Please help! Thanks in advance, Adi.

CodePudding user response:

Probably you should install Google USB and Web Drivers in SDK Manager:

enter image description here

Also maybe you should try to install Samsung Android USB Driver.

See also http://www.itjungles.com/samsung-galaxy-s-ii-how-to-enable-usb-debugging.html and Android:use debugmode in galaxy s2 (maybe install Samsung Kies).

  • Related