搜尋此網誌

2016年8月20日 星期六

【Android Studio】ddms: 'adb.exe,start-server' failed — run manually if necessary

ref :
http://stackoverflow.com/a/38310713

每次都是Android Studio更新後,就出現一對問題

一下子是Grandle有錯誤,弄了好久,之後又出現

ddms: 'adb.exe,start-server' failed — run manually if necessary

連不上Genymotion

所以沒事不要更新。

解決辦法:

Sometimes there are conflicts between ADB Genymotion and ADB SDK because both of them use the same port. So I recommend always set up ADB Genymotion to use the ADB SDK, in that way to avoid incompatible issues.
Genymotion-> Settings -> ADB -> Use custom Android SDK tools (here your set up your sdk android location).

沒有留言: