Operating System & Version (eg: Mac OSX 10.11): Win11
Google Play Services Version
[ ] GPS-FB with AndroidX dependencies (versions 118.5.0.1)
[ ] GPS-FB with Android.Support (legacy) dependencies : AnxdroidX with Material UI
Describe your Issue
Using this Nuget package Xamarin.Google.Android.Play.Core.AppUpdate (Version: 2.1.0.9)
Build Is Failing with this Code :
error: Home_AppUpdateInstallUpdateListner is not abstract and does not override abstract method onStateUpdate(InstallState) in StateUpdatedListener
public class Home_AppUpdateInstallUpdateListner
error: name clash: onStateUpdate(Object) in Home_AppUpdateInstallUpdateListner and onStateUpdate(InstallState) in StateUpdatedListener have the same erasure, yet neither overrides the other
public void onStateUpdate (java.lang.Object p0)
DotNet-8.0-Android
Operating System & Version (eg: Mac OSX 10.11): Win11
Google Play Services Version
[ ] GPS-FB with AndroidX dependencies (versions
118.5.0.1
)[ ] GPS-FB with Android.Support (legacy) dependencies : AnxdroidX with Material UI
Describe your Issue
Using this Nuget package Xamarin.Google.Android.Play.Core.AppUpdate (Version: 2.1.0.9) Build Is Failing with this Code :
Relevant information
Packages used:
Build settings (tools)
Minimal Repro Code Sample