Was just creating the Android project for the app I'm building, and installed all the NuGet packages. Some of the packages I'm using is WindowsAzure.MobileServices, WindowsAzure.MobileServices.SQLiteStore, SQLitePCL.
For each platform you have to init the Azure Mobile Services library with the following lines.
Microsoft.WindowsAzure.MobileServices.CurrentPlatform.Init();
SQLitePCL.CurrentPlatform.Init();
For iOS, all building good, in Android I get the following error.
Any idea?