简体   繁体   中英

Running android application on device, device not found

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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM