0

Eclipse を開いたときに、logcat でこのエラーを見つけました...対処方法がわかりません...誰かがこのことを説明して解決策を克服できますか...私は非常に感謝しています..

ログキャット:

 [2013-06-30 22:33:17 - ddms] Failed to initialize Monitor Thread: Unable to establish loopback connection
[2013-06-30 22:33:22 - DeviceMonitor] Connection attempts: 1
[2013-06-30 22:33:26 - DeviceMonitor] Connection attempts: 1
[2013-06-30 22:33:28 - DeviceMonitor] Connection attempts: 2
[2013-06-30 22:33:30 - DeviceMonitor] Connection attempts: 3
[2013-06-30 22:33:32 - DeviceMonitor] Connection attempts: 4
[2013-06-30 22:33:34 - DeviceMonitor] Connection attempts: 5
[2013-06-30 22:33:37 - DeviceMonitor] Connection attempts: 6
[2013-06-30 22:33:39 - DeviceMonitor] Connection attempts: 7
[2013-06-30 22:33:41 - DeviceMonitor] Connection attempts: 8
[2013-06-30 22:33:43 - DeviceMonitor] Connection attempts: 9
[2013-06-30 22:33:45 - DeviceMonitor] Connection attempts: 10
[2013-06-30 22:33:47 - DeviceMonitor] Connection attempts: 11
[2013-06-30 22:33:50 - DeviceMonitor] Connection attempts: 12
[2013-06-30 22:33:52 - DeviceMonitor] Connection attempts: 13
[2013-06-30 22:33:55 - DeviceMonitor] Connection attempts: 14
[2013-06-30 22:33:57 - DeviceMonitor] Connection attempts: 15
[2013-06-30 22:34:00 - DeviceMonitor] Connection attempts: 16
[2013-06-30 22:34:02 - DeviceMonitor] Connection attempts: 17
[2013-06-30 22:34:05 - DeviceMonitor] Connection attempts: 18
[2013-06-30 22:34:07 - DeviceMonitor] Connection attempts: 19
[2013-06-30 22:34:10 - DeviceMonitor] Connection attempts: 20
[2013-06-30 22:34:12 - DeviceMonitor] Connection attempts: 21
[2013-06-30 22:34:15 - DeviceMonitor] Connection attempts: 22
4

3 に答える 3

0

DDMS接続と検索Googleで同様の問題が発生しましたが、役に立ちませんでした。

私はたまたま COMODO ファイアウォールを使用していましたが、設定をいじってみると役に立ちました。COMODO ファイアウォール 2013 (無料版) で、タスク ボタン、高度なタスク > 高度な設定を開く > セキュリティ設定メニューを展開 > ファイアウォール メニューを展開 > ファイアウォール設定 > 「ループバック トラフィックをフィルター処理する (例: 127.xxx、:::1)」のチェックを外す)

HTH

于 2013-11-17T22:20:32.310 に答える
0

Eclipse は 127.0.0.1:... に接続できません。「Windows ファイアウォール」に似たソフトウェアをセットアップしている可能性があり、このソフトウェアは Eclipse の接続ポートを無効にします。

于 2015-05-04T19:38:26.877 に答える