Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Xamarin Android Release Mode: Error:CodePage 850 not supported

$
0
0

Hi,

Great library and has worked perfectly for me in debug mode. In release mode, however, the following line:

    ZipEntry zipEntry = zipInputStream.GetNextEntry();

throws the error:

     Error:CodePage 850 not supported

Can anyone shed any light on this? The structure inside the zip file is:

-Folder
    -html file
    -javascript file

Thanks in advance.


Dan


Viewing all articles
Browse latest Browse all 1764

Trending Articles