-
Notifications
You must be signed in to change notification settings - Fork 688
Error when building Android project #773
Comments
Please restart the IDE. It seems like you updated nuget packages and the old nuget's msbuild task is still loaded. Restarting the IDE and doing a clean build should help. Also please consider updating to Xamarin.Build.Download 0.8.0 as there are some fixes. |
Restarted, cleaned project, deleted output folders, deleted package folder... nothing changes.
In Xamarin.Build.Download.target i set this to true Also in manifest i added : android:usesCleartextTraffic="true" |
Delete bin and obj folder from all the projects, and restore packages, clean and build did the trick for me apparently |
I can confirm that @starl1n workaround works |
Dear team, FROM APP STORE: Let me share my context: Please let me know if you need more information. -- |
|
I had the same problem. The solution in my case was removing LiveXaml lib from iOS project. |
Hi
Got this 2 errors when building the droid project:
.../packages/Xamarin.Build.Download.0.7.1/build/Xamarin.Build.Download.targets(4,4): Error MSB4064: The "AllowUnsecureUrls" parameter is not supported by the "XamarinDownloadPartialZips" task. Verify the parameter exists on the task, and it is a settable public instance property. (MSB4064) (Project.Droid)
...packages/Xamarin.Build.Download.0.7.1/build/Xamarin.Build.Download.targets(3,3): Error MSB4063: The "XamarinDownloadPartialZips" task could not be initialized with its input parameters. (MSB4063) (Project.Droid)
I'm allowing cleartext in network_secutiry_config.xml but setting it back to false doesn't change anything.
Could you have a look please i have no clue how to solve this.
Xamarin.Build.Download 0.7.1
The text was updated successfully, but these errors were encountered: