使用了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找不到的解決方法
原因分析:
這個問題是因為大家沒有設置Android SDK路徑,所以Mono For Android的VS插件找不到這個路徑。
Android 4.0 SDK下載4.0.3 R2 官方最新版_冰淇淋三明治
解決方法:
VS菜單欄——工具——選項——Xamarin——change——設置你的SDK路徑。
需要特別說明的是:
如果你的電腦,只安裝了VS2012,那麼工具——選項——Xamarin 設置面板是無法編輯的,會提示出錯,唯一辦法:老老實實卸載Xamarin插件,把VS2010也安裝上去,然後重裝一次Xamarin Mono For Android插件。