Nobody yet solve this problem i guess...
When i'm using the MySql.Data package with Xamarin.Forms, my code works on iOS and Windows, it successfully connects to the online server MySQL DB, but the same code throws a System.TypeInitializationException exception on Android at the point where I call the MySqlConnection .Open(); function.
Can anyone help ? Is there any documentation available that definitively makes it clear whether Oracle's MySql.Data nuget package is compatible with Xamarin on Android or not?