AndroidStudio中* daemon not running; starting now at tcp:5037

先说明下遇到的问题和已经用过的处理方法。

1、win10系统  64位     安装as3.1.4     

2、提示5037端口的问题,网上处理的一大堆,主要分为以下几点

    1)查看端口占用

      AndroidStudio中* daemon not running; starting now at tcp:5037

     表明没有占用

   2)将C:\Windows\System32 下的adb.exe  复制到C:\Windows\SysWOW64   

        问题是我的C:\Windows\System32目录下根本没有adb.exe   我尝试将Sdk\platform-tools目录下的adb.exe复制到                               C:\Windows\SysWOW64下,也未将问题解决

   3)卸载了电脑上的管家,一些工具。还是未解决此问题。  

   4)替换Sdk\platform-tools\下的adb.exe、AdbWinApi.dll、AdbWinUsbApi.dll这三个文件

     AndroidStudio中* daemon not running; starting now at tcp:5037

     adb下载地址: http://adbshell.com/downloads

此问题已解决,留文纪念。

相关文章:

  • 2022-02-13
  • 2021-09-29
  • 2021-10-24
  • 2022-12-23
  • 2021-11-17
  • 2021-11-22
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2021-08-29
  • 2021-04-24
  • 2022-12-23
相关资源
相似解决方案