Search code examples
androidadbdevice

ADB Error: device not found USB


i tried connect my 7` tab (KrugerKM0793) by USB.

I uninstalled all USB drivers and re-installed them from sdk\extras\google\usb_driver.

After this the device manager found an "Android ADB Interface". There were no errors. But it seems Eclipse cannot see ADB.

I checked ADB.exe and this is my log:

C:\Android_SDK\sdk\platform-tools>adb usb
error: device not found

C:\Android_SDK\sdk\platform-tools>adb kill-server

C:\Android_SDK\sdk\platform-tools>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

C:\Android_SDK\sdk\platform-tools>adb devices
List of devices attached

I tried to find a solution but all write to install new APK but I cannot install adb wireless-root problem.


Solution

  • I tried to find a solution but all write to install new APK but I cannot install adb wireless-root problem.

    Installing a new APK seems a weird solution, APK's are installed on mobile devices.

    Just to be clear, the problem is Eclipse cannot find adb?

    Don't you mean re-installing Android SDK?, this could work.

    Also update android SDK tools and platform toold through your Android SDK manager.