2016-10-04 88 views

回答

4

我固定它,
這是我的,因爲錯誤的「SDK的路徑位置」的模擬器ADB問題,
我不得不把它從註冊表編輯器修改,
這裏是解決方案:
https://msdn.microsoft.com/en-us/library/mt228282.aspx#ADB

1-Open Registry Editor by selecting Run from the Start buttons context menu, typing regedit in the dialog box, and choosing OK.

2-Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android SDK Tools in the folder tree on the left.

3-Modify the Path registry variable to match the path to your Android SDK.

+0

看起來'Android SDK Tools'不再位於'Wow6432Node'註冊表目錄中。在Win 10上使用最新的android studio&SDK。 – Jurosh

+0

@Jurosh您必須按照[link](https://stackoverflow.com/a/31763471/431561)中的說明手動創建'Android SDK Tools'鍵, – Rajaraman