-1

I am using windows 8. I am trying to run the application on device my device is not found, device USB debugging is enabled. Also, I have installed the drivers for the same using manage also I have installed the Google USB driver package. Still, device is not found.

Please, can anybody help

ApproachingDarknessFish
  • 14,133
  • 7
  • 40
  • 79
Pooja
  • 113
  • 10

2 Answers2

2

Kill the adb.exe with a command prompt. For this, open command prompt and go to the directory where your adb.exe is located and then type following commands

1. adb kill-server
2. adb start-server
3. adb devices

May this will help you
Rahul Patidar
  • 406
  • 3
  • 12
0

Please verify that you have USB degugging enabled on your device. If not, please enable it and reconnect device.

Please type adb devices into command line (first go to folder where you have adb installed) to verify that device connected. If not, it's probably a driver issue.

Igor Gorjanc
  • 535
  • 4
  • 17