使用了Xamarin離線包安裝軟件的朋友,可能會遇到這樣一個(gè)問題: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 無法啟動(dòng)模擬器,提示:Android SDK not found Android SDK找不到的解決方法
原因分析:
這個(gè)問題是因?yàn)榇蠹覜]有設(shè)置Android SDK路徑,所以Mono For Android的VS插件找不到這個(gè)路徑。
解決方法:
VS菜單欄——工具——選項(xiàng)——Xamarin——change——設(shè)置你的SDK路徑。
需要特別說明的是:
如果你的電腦,只安裝了VS2012,那么工具——選項(xiàng)——Xamarin 設(shè)置面板是無法編輯的,會提示出錯(cuò),唯一辦法:老老實(shí)實(shí)卸載Xamarin插件,把VS2010也安裝上去,然后重裝一次Xamarin Mono For Android插件。