简体   繁体   中英

Ecilpse won't recognize my device after upgrading to Kitkat (4.4.2)

I just upgraded my Android device to 4.4.2 and now Eclipse will not be able to choose a running Android device when I want to run my project. The Android Device Chooser shows my device up with a serial number as "????????????" and Target as "unknown" and State as "??". Additionally, I have enabled Developer Options with USB Debugging.

what os are you using. i see that on my linux box with some devices. i normally kill adb and restart it as root and the devices shows up and works correctly. found that solution years ago on stack overflow or something like that. not sure if the same thing is needed with windows/osx. on linux, assuming adb is in your path:

$ killall adb
$ sudo adb devices

otherwise os you're trying to connect it to and the specific device information would probably be helpful in tracking it down.

I have a few suggestions. Try them in this order until it works.

  • Reboot the phone.
  • Try turning off and then back on "USB Debugging" on your phone (in Developer Options probably).
  • open cmd > go to the your Android SDK directory > type cd platform-tools >
    type ./adb kill-server > then finally type ./adb start-server

References:

The solution for my device after updating was to completely uninstall the device driver from device manager and reinstalling it. I am using windows and my mobile was shown as Android Phone and not as Nexus 7. Home it helps someone.

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