时间:2014-10-17 09:24:32 来源: 复制分享
使用了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 官方最新版
评分:
1.3
类别: 编程工具 大小:34.8M 语言: 英文
查看详细信息 >>
解决方法:
VS菜单栏工具选项Xamarinchange设置你的SDK路径。
需要特别说明的是:
如果你的电脑,只安装了VS2012,那么工具选项Xamarin 设置面板是无法编辑的,会提示出错,唯一办法:老老实实卸载Xamarin插件,把VS2010也安装上去,然后重装一次Xamarin Mono For Android插件。