So, I turned on proguard in one of my applications. I had some problems with this, but I solved them all (had to update proguard, make android sdk symlink without spaces)
Now I have enabled security in another application, and I constantly get this error:
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.
Does anyone know how to solve this? Not sure what else I could add
xamarin xamarin.android xamarin.forms proguard
Jordy Dieltjens
source share