Hello, when I write a file to disk I receive the following error when the file arrives to 2 GB:
System.IO.IOException: Win32 IO returned 25
Also doing a myFilestream.Seek(position, SeekOrigin.Begin) with a position larger than 2 GB raises the same exception. So it seems that Xamarin.Android can not work with files larger than 2 GB.
Is this correct? any workaround?