xamarin - 无法从程序集中加载 "Xamarin.Build.Download.XamarinBuildAndroidAarProguardConfigs"任务

标签 xamarin xamarin.android xamarin.forms proguard

所以我在我的一个应用程序上启用了 proguard。我遇到了一些问题,但我都解决了(必须更新proguard,制作没有空格的android sdk符号链接(symbolic link))

现在我在另一个应用程序上启用了 pro Guard,我不断收到这个错误:

The "Xamarin.Build.Download.XamarinBuildAndroidAarProguardConfigs" task could not be loaded from the assembly C:\Users\xxx\Desktop\xxx oud\packages\Xamarin.Build.Download.0.4.6\build\Xamarin.Build.Download.dll.  Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

有人知道解决这个问题的方法吗?不知道我还能添加什么

最佳答案

我通过重新启动计算机解决了我的问题

编辑 : 看来重启visual studio就可以解决问题了

关于xamarin - 无法从程序集中加载 "Xamarin.Build.Download.XamarinBuildAndroidAarProguardConfigs"任务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44926933/

相关文章:

push-notification - 收到推送通知后确定应用程序是否在前台

xcode - Xamarin Forms iOS Realm DirectoryNotFoundException

android - 调用 BindProcessToNetwork(network) 之后。 APP从不通过移动数据连接互联网

xamarin.android - 在 Xamarin 中动态创建 android 微调器

XCode - 总是必须重置签名身份并重新下载配置文件

android - Visual Studio 2015 Xamarin.Forms PCL Android 调试 - 空白异常,无调用堆栈,无本地变量

android - Xamarin 表格 : How to change Toolbar height in Android?

xamarin.android - MonoDroid 的 MvvmCross - 如何绑定(bind)到菜单项单击事件

xamarin.android - 如何减少 Xamarin Forms 中按钮之间的间距

c# - 如何从列表中的 Parse.com 获取数据并将其应用于 ListView ?