fivenine-zurich / UnifiedMaps

A platform independent map implementation for Xamarin.Forms
MIT License
35 stars 12 forks source link

MissingMethodException in fivenine.UnifiedMap.Init(this,bundle); #37

Closed WddWylance closed 7 years ago

WddWylance commented 7 years ago

I'am getting a missingMethodException on Android when using UnifiedMaps 1.5.0 System.MissingMethodException: Method 'Android.Gms.Common.Zzc.IsGooglePlayServicesAvailable' not found.

veryhumble commented 7 years ago

Hi,

What Version of Google Play Services are you using?

We are on 42.1001.0, which does work. There is maybe an issue when using older or also newer Versions of google play Services.

WddWylance commented 7 years ago

Is was using 42.1021.1, I downgraded to 42.1001.0, this is also giving the same exception

WddWylance commented 7 years ago

Changed the Minimum android version to Android 5.0 (api level 21) and now it works, version 42.1021.1 of google play services is working now