My Android device isn't recognized by eclipse nor adb anymore. My OS is Windows 7 64-bit, and I'm using a Nexus 4 with Stock Android 4.4.2.
Here are some details on the problem:
adb devices
in the console.adb kill-server
and adb start-server
, and again checked if the devices was recognized by using adb devices
. The device was still not listed on the console.Does anyone know a solution for this problem? Thanks in advance!
UPDATE: Thanks for the repies, the problem is solved (for now). I tried the following suggestions in this order:
So I reset my device to MTP mode & debug mode again to check if it still would be recognised by adb for some reason. It definitly doesn't get recognised by adb when it's in MTP-mode. I don't know how it got recognised some days ago, because I never setmy device to PTP-mode. Anyway, the solution to my problem is that my Nexus 4 must be in PTP-Mode and of course in debug-mode to get recognised by adb.
I didn't try any other suggestions since my problem got solved with my current drivers.