xamarin.android - GoogleMap android api version 2 Requires 3027100 ? (monodroid) -


finally after days challenges can run googlemapandroid api version 2 on monodroid link: https://github.com/xamarin/monodroid-samples/tree/master/mapsandlocationdemo_v2

but when start this demo face error:

google play services out of date.  requires 3027100 found 2012110 

i want app available on android 2.2 , upper. on android 2.2 default google play services less 2012110 should support 2.2 , upper?

thanks in advance

go https://play.google.com/store/apps/details?id=com.google.android.gms device (or computer same gmail account logged on) , update 3.0.27.

if can't see update device may want read last commens on gmaps issue. i'm not sure how it, device didn't update 3.0.27 @ first.

edit:

alternatively may old version of google-play-services.jar (version 4 = 2.0.12 first have maps). has small negative aspects: have issues fixed in later versions, not of them fixed in googleplayservices.apk , not inside jar file add our apps.

one thing i'm aware of this:

http://code.google.com/p/gmaps-api-issues/issues/detail?id=4862 (see comment googler).

you not able create circles, that's not problematic apps.

most of time don't want use old version of jar , checks isgoogleplayservicesavailable inside app.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -