Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 471 Bytes

File metadata and controls

19 lines (14 loc) · 471 Bytes
title description ms.date
Xamarin.Android error XA1032
XA1032 error code
10/10/2022

Xamarin.Android error XA1032

Example messages

Failed to resolve '{0}' from '{1}'. Please check your `AndroidHttpClientHandlerType` setting.

Solution

Edit your csproj directly and change the 'AndroidHttpClientHandlerType' to a valid value.

Valid values can be found at ~/android/deploy-test/building-apps/build-properties.md#AndroidHttpClientHandlerType.