ADB服务器不能启动android。

时间:2022-01-25 20:54:22

I have installed adt bundle eclipse. However, I can't seems to run the AVD. I have the problem of

我已经安装了adt bundle eclipse。然而,我似乎无法运行AVD。我有个问题。

ADB server didn't ACK 
failed to start daemon

I have search on how to solve it, I've read to type adb kill-server and adb start-server. when I typed that, it says

我已经搜索了如何解决它,我已经阅读了adb killserver和adb启动服务器。当我输入的时候,它说。

adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *"

7 个解决方案

#1


4  

I had this exact problem on my Vista x64 system. I solved it by doing the following: Ctrl-Alt-Del, start Task Manager, under Processes tab, check for "shuame_helper.exe". It was there from running RootGenius. I clicked End Process, then went back to the command prompt and entered adb start-server and it worked!

我在Vista x64系统上遇到了这个问题。我通过以下方法解决了这个问题:Ctrl-Alt-Del,启动任务管理器,在进程选项卡下,检查“shuame_helper.exe”。它来自于运行的RootGenius。我点击了End Process,然后返回到命令提示符,输入adb start-server,它就成功了!

#2


3  

Please follow below steps:-

请按照下面步骤:-

  1. Go to run
  2. 去运行
  3. open command prompt
  4. 打开命令提示符
  5. get into your platform-tools under android sdk.
  6. 进入android sdk下的平台工具。
  7. now type command: adb kill-server
  8. 现在键入命令:adb kill-server。
  9. then upon success type: adb start-server
  10. 然后成功类型:adb启动服务器。

Thats'it.

这是凯特。

Let me know if you still facing any issue..

如果你还有什么问题,请告诉我。

#3


1  

Try below step from DDMS in eclipse :

在eclipse的DDMS下尝试以下步骤:

ADB服务器不能启动android。

#4


1  

When this happens I open Activity Monitor (on mac) or Task Manager (on windows) and look for the ADB process and force close it (sometimes there are more than one, close those to) and then press the Run button again in Android Studio or Eclipse.

当这种情况发生时,我打开活动监视器(在mac上)或任务管理器(在windows上),寻找ADB进程并强制关闭它(有时不止一个,关闭那些),然后在Android Studio或Eclipse中再次按下运行按钮。

#5


1  

1)Open task manager first
2)close any instance of adb.exe(end task it)
3)open command prompt
4) type adb start-server(you may have to execute it twice)
5) try to run now.

1)Open task manager first 2)关闭adb的任何实例。exe(end task it) 3)open command prompt 4)类型adb start-server(您可能需要执行两次),现在试着运行。

#6


0  

So I had the same problem and failed in all the same ways as above:

所以我遇到了同样的问题,并以同样的方式失败了:

adb kill-server followed by adb start-server

adb启动服务器,其次是adb启动服务器。

still resulted in the ADB server didn't ACK error.

仍然导致ADB服务器没有出现错误。

The other common suggestion of using the task manager to kill the process also failed as it seemed that something restarted adb automatically? It would disappear for a second, then there were two adb processes ,then there was one again.

使用任务管理器来杀死进程的另一个常见建议也失败了,因为似乎有什么东西会自动重启adb ?它会消失一秒钟,然后有两个亚行进程,然后又有一个。

Exasperated.

愤怒的。

I restarted Windows in safe mode.

我重新启动了安全模式的窗口。

This ensured that adb wasn't started. Shut down and restart normally. Problem solved.

这确保了亚行没有启动。关闭并正常重启。问题解决了。

Just for good measure, I also updated eclipse and android at this point, but I think that the safe mode restart fixed it.

只是为了更好的测量,我在这一点上也更新了eclipse和android,但是我认为安全模式重新启动了它。

Give it a try when all else fails.

当一切都失败时,试一试。

#7


0  

I had this problem using the latest ADT, SDK and Eclipse on Windows 7. I had an old ASUS TF101 and an HTC HD connected with their respective docking software. When I looked in processor tab of the Windows task manager I could see two instances of the adb.exe, one loaded and another one looking like it is trying to load.

我在Windows 7上使用了最新的ADT、SDK和Eclipse。我有一个老的ASUS TF101和一个HTC HD连接他们各自的对接软件。当我查看Windows任务管理器的处理器选项卡时,我可以看到adb的两个实例。exe,一个加载了,另一个看起来像是在尝试加载。

I killed the PC connecting software (process in task manager) for the ASUS, the HTC Sync wasn't running. There is now one adb.exe running and both devices are recognised in Eclipse and in the command prompt (adb devices). You may need to restart Eclipse.

我杀了PC连接软件(任务管理程序)的ASUS, HTC Sync没有运行。现在有一个亚行。exe正在运行,这两种设备都在Eclipse和命令提示符(adb设备)中被识别。您可能需要重新启动Eclipse。

#1


4  

I had this exact problem on my Vista x64 system. I solved it by doing the following: Ctrl-Alt-Del, start Task Manager, under Processes tab, check for "shuame_helper.exe". It was there from running RootGenius. I clicked End Process, then went back to the command prompt and entered adb start-server and it worked!

我在Vista x64系统上遇到了这个问题。我通过以下方法解决了这个问题:Ctrl-Alt-Del,启动任务管理器,在进程选项卡下,检查“shuame_helper.exe”。它来自于运行的RootGenius。我点击了End Process,然后返回到命令提示符,输入adb start-server,它就成功了!

#2


3  

Please follow below steps:-

请按照下面步骤:-

  1. Go to run
  2. 去运行
  3. open command prompt
  4. 打开命令提示符
  5. get into your platform-tools under android sdk.
  6. 进入android sdk下的平台工具。
  7. now type command: adb kill-server
  8. 现在键入命令:adb kill-server。
  9. then upon success type: adb start-server
  10. 然后成功类型:adb启动服务器。

Thats'it.

这是凯特。

Let me know if you still facing any issue..

如果你还有什么问题,请告诉我。

#3


1  

Try below step from DDMS in eclipse :

在eclipse的DDMS下尝试以下步骤:

ADB服务器不能启动android。

#4


1  

When this happens I open Activity Monitor (on mac) or Task Manager (on windows) and look for the ADB process and force close it (sometimes there are more than one, close those to) and then press the Run button again in Android Studio or Eclipse.

当这种情况发生时,我打开活动监视器(在mac上)或任务管理器(在windows上),寻找ADB进程并强制关闭它(有时不止一个,关闭那些),然后在Android Studio或Eclipse中再次按下运行按钮。

#5


1  

1)Open task manager first
2)close any instance of adb.exe(end task it)
3)open command prompt
4) type adb start-server(you may have to execute it twice)
5) try to run now.

1)Open task manager first 2)关闭adb的任何实例。exe(end task it) 3)open command prompt 4)类型adb start-server(您可能需要执行两次),现在试着运行。

#6


0  

So I had the same problem and failed in all the same ways as above:

所以我遇到了同样的问题,并以同样的方式失败了:

adb kill-server followed by adb start-server

adb启动服务器,其次是adb启动服务器。

still resulted in the ADB server didn't ACK error.

仍然导致ADB服务器没有出现错误。

The other common suggestion of using the task manager to kill the process also failed as it seemed that something restarted adb automatically? It would disappear for a second, then there were two adb processes ,then there was one again.

使用任务管理器来杀死进程的另一个常见建议也失败了,因为似乎有什么东西会自动重启adb ?它会消失一秒钟,然后有两个亚行进程,然后又有一个。

Exasperated.

愤怒的。

I restarted Windows in safe mode.

我重新启动了安全模式的窗口。

This ensured that adb wasn't started. Shut down and restart normally. Problem solved.

这确保了亚行没有启动。关闭并正常重启。问题解决了。

Just for good measure, I also updated eclipse and android at this point, but I think that the safe mode restart fixed it.

只是为了更好的测量,我在这一点上也更新了eclipse和android,但是我认为安全模式重新启动了它。

Give it a try when all else fails.

当一切都失败时,试一试。

#7


0  

I had this problem using the latest ADT, SDK and Eclipse on Windows 7. I had an old ASUS TF101 and an HTC HD connected with their respective docking software. When I looked in processor tab of the Windows task manager I could see two instances of the adb.exe, one loaded and another one looking like it is trying to load.

我在Windows 7上使用了最新的ADT、SDK和Eclipse。我有一个老的ASUS TF101和一个HTC HD连接他们各自的对接软件。当我查看Windows任务管理器的处理器选项卡时,我可以看到adb的两个实例。exe,一个加载了,另一个看起来像是在尝试加载。

I killed the PC connecting software (process in task manager) for the ASUS, the HTC Sync wasn't running. There is now one adb.exe running and both devices are recognised in Eclipse and in the command prompt (adb devices). You may need to restart Eclipse.

我杀了PC连接软件(任务管理程序)的ASUS, HTC Sync没有运行。现在有一个亚行。exe正在运行,这两种设备都在Eclipse和命令提示符(adb设备)中被识别。您可能需要重新启动Eclipse。