Adb Won't Start

ADB doesn't start

You can Update your SDK with latest version.

Please try to uninstall & again re-install it.

Hope this will solve your problem !!

ADB is not starting (no error message)

Try setting the environment variable ADB_TRACE before starting the ADB server to see if it can provide any clues:

 C:\Android\android-sdk\platform-tools>set ADB_TRACE=1
C:\Android\android-sdk\platform-tools>adb start-server

Please include the output in your question.

ADB not responding. You can wait more, or kill adb.exe ... windows 8

Meanwhile the emulator is working again. I cannot definetly say what solved the problem. What It could be a combination of two things:

  • Deleting the hidden ".android" folder under C:\Users...
    (Probably there was some malfunctioning automatically created code)
  • Deleting and recreating the Path variable to the folder with adb.exe ( ...\sdk\platform-tools\;)

Finally it could be a Windows 8 issue which I don't understand.

Android adb won't let me enter commands

You start the command shell (WindowsKey + R, enter cmd in the window that appears and hit Enter.), then use it from there. adb shell is probably the command you need.

C:\> cd \Path\to\platform-tools

C:\Path\to\platform-tools\> adb shell

if you add the path to your environment PATH you don't need to cd there. [This] should be a good example how to do that.



Related Topics



Leave a reply



Submit