Reputation: 5
I'm currently building a Xamarin APP, but recently it's totally impossible to buid my app on android. Visual Studio return me this issue :
Severity Code Description Project File Line Suppression State
Error MSB4062: The "Xamarin.Build.Download.XamarinBuildAndroidAarRestore" task could not be loaded from the assembly C:\Users\name\.nuget\packages\xamarin.build.download\0.4.9\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. 0
What i've tried to do :
The nugget i've installed :
Upvotes: 0
Views: 676
Reputation: 15806
Solution:
Install/update Xamarin.Build.Download in your .Android project.
Upvotes: 1