Daemon not running. Starting it now on port 5037

后端 未结 2 1466
[2014-04-16 14:01:05 - Abc] ------------------------------
[2014-04-16 14:01:05 - Abc] Android Launch!
[2014-04-16 14:01:05 - Abc] The connection to `ADB` is down, a         


        
相关标签:
2条回答
  • 2020-12-19 08:04

    This worked for me: Open task manager (of your OS) and kill adb.exe process. Now start adb again, now adb should start normally.

    0 讨论(0)
  • 2020-12-19 08:14

    Reference link: http://www.programering.com/a/MTNyUDMwATA.html

    Steps I followed 1) Execute the command adb nodaemon server in command prompt Output at command prompt will be: The following error occurred cannot bind 'tcp:5037' The original ADB server port binding failed

    2) Enter the following command query which using port 5037 netstat -ano | findstr "5037" The following information will be prompted on command prompt: TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 9288

    3) View the task manager, close all adb.exe

    4) Restart eclipse or other IDE

    The above steps worked for me.

    0 讨论(0)
提交回复
热议问题