使用Genymotion出錯
?Android Launch!
[2014-12-13 23:29:07 - AutoComplete] The connection to adb is down, and a severe error has occured.
[2014-12-13 23:29:07 - AutoComplete] You must restart adb and Eclipse.
[2014-12-13 23:29:07 - AutoComplete] Please ensure that adb is correctly located at 'F:\BaiduYunDownload\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe' and can be executed.
2016-10-26
我發現,只要打開 genymotion 的setting
這兩個按鈕 ?一般是默認第一個,這時候選一下第二個選項 然后再選第一個 ,退出,再重啟eclipse和genymotion
就可以解決了
2015-08-23
adb 開啟沒
2015-04-21
第一種情況:
?先查看 The connection to adb is down, and a severe error has occured.錯誤前是否報了,hprof-conv.exe 文件找不到錯誤。如果是,則下載一個hprof-conv.exe 文件復制到sdk/tools文件夾下。重啟eclipse。
第二種情況:
?直接報The connection to adb is down, and a severe error has occured.可以將d:/ADT/adt-bundle/sdk/tools 路徑添加到環境變量中。計算機--屬性--高級系統設置--環境變量--系統變量---path(如果沒有,點擊新建)---編輯---添加
d:/ADT/adt-bundle/sdk/tools;即可。重啟eclipse和genymotion。
點擊項目右鍵--run as ---run configurations--Target---launch on all compatible devices/AVDS--Active AVD's。重啟eclipse和genymotion。
?
2015-01-11
關于genymotion不能運行,我今天也卡了很久,后來找到了辦法!~genymotion的setting里面設置adb為原來的sdk路徑就可以了!~
2014-12-14
我的錯誤是eclipse運行Genymotion模擬器正常,但是在運行程序Run識別不出來模擬器,并且報錯。
[2014-12-14 23:01:57 - 014] The connection to adb is down, and a severe error has occured.
[2014-12-14 23:01:57 - 014] You must restart adb and Eclipse.
[2014-12-14 23:01:57 - 014] Please ensure that adb is correctly located at 'F:\android\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe' and can be executed.
2014-12-14
沒有解決,我用自帶的avd沒有問題
2014-12-14
試試重啟主機應該能解決,我也遇到過這個問題。