Xamarin Studio:无法复制System.Diagnostics.Tools.dll,因为源文件不存在

本文关键字:dll Tools 因为 不存在 源文件 Diagnostics System Studio 复制 Xamarin | 更新日期: 2023-09-27 18:08:35

我是Xamarin的新手,甚至在小事情上也很努力。:)

开发了Xamarin。表单应用程序,将在iOS和Android上工作。

我添加了Android定位服务的代码。为此,请遵循以下链接:1. http://developer.xamarin.com/guides/android/platform_features/maps_and_location/location/2. https://blog.xamarin.com/introducing-the-google-play-services-component-for-xamarin-android/

但是,发现很多错误作为google play服务,我添加使用Android SDK管理器是最新的。在花了几个小时思考如何使用SDK管理器或命令行获取旧版本以及在哪里获取旧版本后,我发现Xamarin确实在Xamarin商店中提供组件,其中包含Google Play Services组件。我将22.0.0版本的它添加到项目的组件文件夹中。

在那之后,我所有与google play服务相关的错误都消失了,但开始出现以下错误:

无法复制System.Diagnostics.Tools.dll到/bin/Debug/System.Diagnostics.Tools.dll,因为源文件没有存在。

(为了方便阅读,我已经截断了dll路径)

我的问题是:

  1. 如何解决dll问题?
  2. 无论我采取了什么步骤来修复Google Play服务,它们是否足够好?还是我需要在IDE中关注更多的东西?
  3. 是否添加谷歌播放服务与DLL问题有任何关系?

Xamarin Studio:无法复制System.Diagnostics.Tools.dll,因为源文件不存在

  1. 我重新启动了xamarin工作室,为我修复了DLL问题。
  2. Google Play Services按照上述步骤添加到项目中。添加Google Play服务与DLL问题无关。所以,继续面对其他问题;)

我在这里遇到了同样的问题。当您尝试构建解决方案时,调试仍在运行时,似乎会出现问题。

我相信调试连接由于某种原因没有打开,即使我从Xamarin studio关闭了它。

希望这有助于任何人。