The sample http://docs.xamarin.com/guides/android/platform_features/maps_and_location/maps/ http://docs.xamarin.com/guides/android/platform_features/maps_and_location/maps/Resources/MapsAndLocationDemo_v3.zip
Is not working, I tried 3 times.
Stable and Beta Mac, using Xamarin Studio
Clean All > Build
Build FAILED.
Warnings:
/Users/GenCode/Downloads/MapsAndLocationDemo_v3 2/SimpleMapDemo/SimpleMapDemo.csproj (Build) -> /Library/Frameworks/Mono.framework/Versions/3.2.6/lib/mono/4.0/Microsoft.CSharp.Targets (CoreCompile target) ->
MainActivity.cs(111,17): warning CS0114: `SimpleMapDemo.ErrorDialogFragment.Dialog' hides inherited member `Android.App.DialogFragment.Dialog'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
Errors:
/Users/GenCode/Downloads/MapsAndLocationDemo_v3 2/SimpleMapDemo/SimpleMapDemo.csproj (Build) -> /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets (_CompileJava target) ->
obj/Debug/android/src/mono/com/google/android/gms/plus/PlusClient_OnPersonLoadedListenerImplementor.java(8,41): javacerror : cannot find symbol
symbol : class OnPersonLoadedListener location: class com.google.android.gms.plus.PlusClient com.google.android.gms.plus.PlusClient.OnPersonLoadedListener
obj/Debug/android/src/mono/com/google/android/gms/games/multiplayer/realtime/RoomStatusUpdateListenerImplementor.java(4,8): error : mono.com.google.android.gms.games.multiplayer.realtime.RoomStatusUpdateListenerImplementor is not abstract and does not override abstract method onP2PDisconnected(java.lang.String) in com.google.android.gms.games.multiplayer.realtime.RoomStatusUpdateListener
public class RoomStatusUpdateListenerImplementor
1 Warning(s)
2 Error(s)
Time Elapsed 00:00:09.1270100
---------------------- Done ----------------------
Build: 2 errors, 1 warning