-
Notifications
You must be signed in to change notification settings - Fork 0
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
I am unable to initialize GoogleSignInClientProxy in Android #1
Comments
Are there any errors in the logcat? |
Strange, but I can't reproduce this error by following the instructions. So, I need more information. It would be great if you could provide a link to your project repository. If that's not possible, I need to know the version of Unity you're using, and please send a screenshot of the Android settings in the "Other" section. |
As a result of checking, I unchecked the release of minify and it works normally. It seems that the class could not be found due to obfuscation. How can I use realease? |
Yes, I have already figured out what the problem was. I will provide an update with the solution today. Also, please let me know which version of Unity you are using. Because on version 2022.3.2f, the application crashes during initialization. |
Oh my.. 2022.3.2f1 is in use.
Oh my.. 2022.3.2f1 is in use. |
So, I was unable to reproduce this error even with the "minify release" checkbox checked. I made some changes to the proguard-rules in the Android library. So, you can try to see if this error occurs again.
|
Yes, I'm processing another issue right now, so I'll do it as soon as it's finished. Thank you for your concern. :) |
I followed everything but I am unable to initialize GoogleSignInClientProxy in Android. Any examples of how to add a dependency to initialize it arbitrarily?
The text was updated successfully, but these errors were encountered: