使用了Xamarin離線包安裝軟件的朋友,可能會遇到這樣一個問題:Android SDK not found. Please check whether all the components are installed and that Xamarin.Android configuration points to an existing Android SDK path。
Mono For Android 無法啟動模擬器,提示:Android SDK not found Android SDK找不到的解決方法
原因分析:
這個問題是因為大家沒有設(shè)置Android SDK路徑,所以Mono For Android的VS插件找不到這個路徑。
解決方法:
VS菜單欄——工具——選項——Xamarin——change——設(shè)置你的SDK路徑。
需要特別說明的是:
如果你的電腦,只安裝了VS2012,那么工具——選項——Xamarin 設(shè)置面板是無法編輯的,會提示出錯,唯一辦法:老老實實卸載Xamarin插件,把VS2010也安裝上去,然后重裝一次Xamarin Mono For Android插件。