无法运行Xamarin Android项目
在尝试使用所有默认值创建并运行第一个Xamarin应用程序时,构建失败,并显示以下错误:
An unexpected error occurred trying to initialize Android Designer. Please verify the Android SDK path and the Java Development Kit path on Tools->Options->Xamarin->Android Settings menu. Please see the logs for more details.
我尝试了如何解决:使用Xamarin在VS 2015中初始化Android Designer时出现的意外错误中提出的解决方案。但是,似乎没有任何工作。
我遇到了同样的问题。 我已按照您分享的链接成功解决了我的环境。 所以我会给出一些提示,以确保所有必要的步骤都已完成。
我遇到了同样的错误“尝试初始化Android设计器时出现意外错误,请在工具 - >选项 - > Xamarin-> Android设置菜单上验证Android SDK路径和Java开发工具包路径。 “。
1)转到工具| 选项| Xamarin | 其他,以及Xamarin下的Visual Studio更新,现在检查STABLE更新。 确保你至少运行4.2.0.680。 当更新程序正在运行时,您将不得不在后台关闭Visual Studio - 它会警告您。 从Visual Studio卸载并安装跨平台开发工具不适用于我。 我不得不强迫这个问题。
要检查Xamarion版本,您可以按照“版本信息”一节中的步骤操作:https://developer.xamarin.com/guides/cross-platform/troubleshooting/questions/version-logs/
如果您使用Windows和Visual Studio,它将是:帮助>关于Microsoft Visual Studio>复制信息[按钮]
2)现在,如前所述,请转至工具,Android SDK Manager。 我注意到我的“Android SDK工具”和“跨平台工具”已过时,并且可以进行更新。 我接受并将更新应用于版本24.4.1。 与我一起,这是它变得很棘手 - 它仍然无法工作。
要检查Android SDK版本,您可以按照“Android SDK工具,平台工具,构建工具”部分中的步骤操作:https://developer.xamarin.com/guides/cross-platform/troubleshooting/questions/version-日志/
如果您使用的是Windows和Visual Studio,则它将:选择SDK Manager工具栏图标:
3)重复第2步,更新“Android SDK工具”,直到您至少使用25.2.5版本为止,这一点非常重要
之后,所有人都为我工作。 如果您还有其他问题,请告诉我。
链接地址: http://www.djcxy.com/p/36309.html上一篇: Unable to run Xamarin Android project
下一篇: Is there any real benefit using crosswalk for Android 4.4 & above?