I would start off by saying my project is pretty big so I am getting this error whenever when I try to build Android-
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> Ionic.Zip.ZipException: Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.
at Ionic.Zip.ZipEntry.SetZip64Flags()
at Ionic.Zip.ZipEntry.PostProcessOutput(Stream s)
at...
Can't build larger projects for Android!
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> Ionic.Zip.ZipException: Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.
at Ionic.Zip.ZipEntry.SetZip64Flags()
at Ionic.Zip.ZipEntry.PostProcessOutput(Stream s)
at...
Can't build larger projects for Android!