Visual Studio "FileNotFoundException : Could not load assembly" 问题,但没有文件名?
Visual Studio "FileNotFoundException : Could not load assembly" issue, but without file name?
我正在尝试使用 xamarin 和 visual studio 2015 开发跨平台移动应用程序。但是,在下载了我认为是 android sdk/tool 的所有内容后,我从屏幕截图中获取异常。
我从谷歌搜索中阅读了多个 "cannot load assembly" 问题,但其中大部分都有相关文件 url/name,而我有 none 个。
真的很想知道是否有人遇到过这个问题,因为这是我第一次使用 visual studio 和 C#,我对正在学习的新事物的数量感到不知所措。
谢谢
芦荟
API 当前稳定的 Xamarin 版本不完全支持 24。它仅在 Web 预览版中完全受支持。看:
https://developer.xamarin.com/guides/android/platform_features/introduction-to-android-n/。
所以改用API 23,我会卸载API 24。
也不要使用 android SDK 构建工具版本 24,因为它也有问题。看:
https://releases.xamarin.com/technical-bulletin-android-sdk-build-tools-24/
我正在尝试使用 xamarin 和 visual studio 2015 开发跨平台移动应用程序。但是,在下载了我认为是 android sdk/tool 的所有内容后,我从屏幕截图中获取异常。
我从谷歌搜索中阅读了多个 "cannot load assembly" 问题,但其中大部分都有相关文件 url/name,而我有 none 个。
真的很想知道是否有人遇到过这个问题,因为这是我第一次使用 visual studio 和 C#,我对正在学习的新事物的数量感到不知所措。
谢谢
芦荟
API 当前稳定的 Xamarin 版本不完全支持 24。它仅在 Web 预览版中完全受支持。看: https://developer.xamarin.com/guides/android/platform_features/introduction-to-android-n/。
所以改用API 23,我会卸载API 24。
也不要使用 android SDK 构建工具版本 24,因为它也有问题。看: https://releases.xamarin.com/technical-bulletin-android-sdk-build-tools-24/