I've started getting the following errors in my Xamarin.Android application. Admittedly, I am not sure if this occurred after updating to 4.10, 4.10.1, 4.12.0, or 4.12.1. The errors are below. These don't appear to be from my code, but seem to be from one of the bindings in X.A. Any thoughts on how to resolve this in the short term? Not sure if there is anything I can do on this. suggestions are appreciated.
Error 57 mono.com.google.android.gms.games.multiplayer.OnInvitationReceivedListenerImplementor is not abstract and does not override abstract method onInvitationRemoved(java.lang.String) in com.google.android.gms.games.multiplayer.OnInvitationReceivedListener public class OnInvitationReceivedListenerImplementor C:\Users\wallym\Documents\Visual Studio 2013\Projects\RoofStrike\com.wallym.constructionapp\com.wallym.constructionapp\obj\Debug\android\src\mono\com\google\android\gms\games\multiplayer\OnInvitationReceivedListenerImplementor.java 4 8 RoofStrike.Android
Error 56 mono.com.google.android.gms.common.images.ImageManager_OnImageLoadedListenerImplementor is not abstract and does not override abstract method onImageLoaded(android.net.Uri,android.graphics.drawable.Drawable,boolean) in com.google.android.gms.common.images.ImageManager.OnImageLoadedListener public class ImageManager_OnImageLoadedListenerImplementor C:\Users\wallym\Documents\Visual Studio 2013\Projects\RoofStrike\com.wallym.constructionapp\com.wallym.constructionapp\obj\Debug\android\src\mono\com\google\android\gms\common\images\ImageManager_OnImageLoadedListenerImplementor.java 4 8 RoofStrike.Android