在我的应用中,构建时出现了以下问题:
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.Build.Download程序包。
好吧,仅重新启动不会执行任何操作,并且无法更改软件包,因为其他软件包似乎依赖于此。因此,只需将其删除即可?我不能,因为那些程序包某种程度上取决于第一个程序包,所以它只是来回移动。
我昨天所做的就是从NuGet下载Facebook SDK,即使我再次卸载了它,也无法构建-总是出现上述错误。
请在这里帮助我! :(
谢谢!