-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ambiguous overloads found for onGoogleAdIdRead #288
Comments
A small amount of our Android user base is also throwing a TargetInvocationException because of ambiguous overloads found for DeviceIdsReadListener::onGoogleAdIdRead(null). Currently using Adjust 4.38.0 and Unity 2022.3.22f1. |
Same problem: "Ambiguous overloads found for onGoogleAdIdRead" Unity version: 2022.3.37f1 |
Hey guys, Sorry for a bit of waiting on this one. We have just shipped v5.0.2 which should hopefully address this issue. Unfortunately, the fix is part of the version 5 and not the v4 which you might be using, so upgrade to the new version would be required. Looking forward to hear from you whether this version solved this issue for you. Cheers |
Hello, I just updated to v5.0.4 and I have not seen the error in Sentry during testing so far. We are going to rollout to a wider audience next week, so I will let you know if we see anything popup. Thanks! |
Hey @JRGreenfield, Thank you for getting back on this one. Looking forward to hearing back from you after wider rollout. Cheers. |
version: unity 4.37.1
Exception: Ambiguous overloads found for onGoogleAdIdRead with given parameters
at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine._AndroidJNIHelper.InvokeJavaProxyMethod (UnityEngine.AndroidJavaProxy proxy, System.IntPtr jmethodName, System.IntPtr jargs) [0x00000] in <00000000000000000000000000000000>:0
Rethrow as TargetInvocationException: com.adjust.sdk.AdjustAndroid+DeviceIdsReadListener.onGoogleAdIdRead(null)
at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine._AndroidJNIHelper.InvokeJavaProxyMethod (UnityEngine.AndroidJavaProxy proxy, System.IntPtr jmethodName, System.IntPtr jargs) [0x00000] in <00000000000000000000000000000000>:0
The text was updated successfully, but these errors were encountered: