Issue
The ResolveLibraryProjectImports task encountered a failure
extracting __AndroidLibraryProjects__.zip from a referenced
assembly. This .zip file contains any Android-related files embedded in
the assembly during the Xamarin.Android build process. This includes
@(AndroidAsset), @(AndroidResource), etc.
XA4303 could be caused by any of the following:
- A
PathTooLongExceptionoccurred while extracting the .zip file. Learn more aboutMAX_PATHon Windows here. - An invalid path was encountered inside the .zip file, such as
:on Windows.
Solution
Consider submitting a bug if you are getting this warning under normal circumstances.