Try using default code = 0
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/CodePage-1252-not-supported-tp5470102p5478457.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Mo
I used the value 0 for example as parameter for the System.Text.GetEncoding
call, instead of 1252.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/CodePage-1252-not-supported-tp5470102p5481780.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_
Hello,
We just want you to know that we are experiencing the same problems
regarding build times.
We've installed today the 4.6.4 version of Xamarin.Android (had 4.4.54
before) and every build lasts about 2 mins, without modifying anything in
the project, with or without fast deployment enabled. W
Hello,
We are trying to integrate a MapView in our application, unfortunately we
can't construct a solution we can build successfully. We've tried to build
the sample from
https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2
in Xamarin Studio, but only managed to build t
topgenorth wrote
> By the error message it seems that you want to use the
> SupportMapFragment, which is only available via the
> GooglePlayServices_Froyo binding project. This project targets API
> level 8 and up.
I don't "want" that, all I'm doing is building the project
GooglePlayServices (with
It seems that at "Java" level, the SimpleCursorAdapter needs a key field
called _id. See also
http://stackoverflow.com/questions/5825020/android-column-id-does-not-exist-problem
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/SimpleCursorAdapter-Managed-Query-tp506
We have a problem with the reader.GetDecimal method reading negative values
from a SQLite database. It seems that it is a known problem the .net
providers (see http://sqlite.phxsoftware.com/forums/p/1731/7514.aspx) that
is fixes in Microsoft providers but not in Mono.Data.Sqlite.Dll.
Could you pr