Adb connection Error:EOFリモートホストについて、既存の接続を強制的にオフにしました.の原因となる


androidに触れた後、私はもう次のような間違いに遭遇したことは一度もありません.
 
myeclipseのDDMSコンソールで次のようなエラーが頻繁にポップアップされます.
 
[2010-07-25 13:16:15-DeviceMonitor]Adb connection Error:リモートホストは既存の接続を強制的にオフにしました.[2010-07-25 13:16:15 - DeviceMonitor]adb refused request:  [2010-07-25 13:16:15 - DeviceMonitor]adb refused request:  
 
時にはわけがわからないだけでこのような間違いが発生することがあります
 
ネットで半日探して、最も有効な方法はmyeclipseを再起動することです
 
あるネットユーザーはadb.exe killを落とし、サービスを再起動します(cmdで完了)
しかし、私が実験したときはだめで、現れます.
 
[2010-01-03 23:09:51 - DeviceMonitor]Adb connection Error:EOF
[2010-01-03 23:09:51 - DeviceMonitor]Connection attempts: 1
[2010-01-03 23:09:51 - DeviceMonitor]Connection attempts: 2。。。。
           myeclipse   
————————————————————————————————————————————————————
            

DDMS uses a long-lived connection to the  adb  server running locally to get info about connected devices/emulators etc. The error message you posted generally just means that the connection to  adb  has been lost.
Because you ran the reset command, you essentially just killed and restarted an  adb  process, so Eclipse showed that harmless warning for a moment.
You can see this yourself by killing the  adb  process manually. Eclipse will show  Connection attempts: n  for about 10 attempts before giving up.
DDMSは長い間adb serverのように接続してシミュレータや接続機器などの情報を取得していた.このエラーはこの接続が失われたということです