2014-12-13 172 views
0

我甚至沒有編寫代碼。我使用genymotion as emulator。但是應用程序無法啓動。我重新啓動了eclipse,並且adb被正確定位。我的Android項目無法打開

這是錯誤。

[2014-12-13 14:57:52 - Serbay] ------------------------------  
[2014-12-13 14:57:52 - Serbay] Android Launch! 
[2014-12-13 14:57:52 - Serbay] The connection to adb is down, and a severe error has occured. 
[2014-12-13 14:57:52 - Serbay] You must restart adb and Eclipse. 
[2014-12-13 14:57:52 - Serbay] Please ensure that adb is correctly located at 'C:\adt-bundle-windows-x86-20140702\sdk\platform-tools\adb.exe' and can be executed. 

回答

0

做在命令提示符下

  • adb kill-server
  • adb start-server

重新啓動您的IDE

型 「where adb.exe」 &看到的輸出(應該是 'C:\ ADT-束 - 窗口x86-20140702 \ SDK \平臺工具\ adb.exe')

+0

你能解釋一點更具體嗎?我是新的android – 2014-12-13 13:12:26

+0

在cmd中提到的命令提示並讓我知道 – 2014-12-13 13:13:30

+0

我還會首先添加從**任務管理器**結束adb.exe,然後運行您提到的命令。 – 2014-12-13 13:35:24

0

去DDMS和右側它將顯示12個圖標在那裏選擇重置adb將在那裏,然後重置adb它將工作可能是