You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
We started using this plugin long time ago.
Now, after updating Unity at 2022.3.50f1, on Android we are receiving this error log when we try to interact with google:
DllNotFoundException: Unable to load DLL 'native-googlesignin'. Tried the load the following dynamic libraries: Unable to load dynamic library 'native-googlesignin' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "native-googlesignin" not found
Do you know any possible root cause for this?
Other relevant plugin in the project:
GoogleMobileAds 9.3.0
LevelPlay 8.5.0
Firebase 11.9.0
Facebook 17.0.0
I'm not sure where to start looking for the issue.
The text was updated successfully, but these errors were encountered:
Yes, in my case it was related to the External Dependency Manager for Unity.
The latest version of that plugin was creating a wrong entry in the settingsTemplate.gradle file.
Yes, in my case it was related to the External Dependency Manager for Unity. The latest version of that plugin was creating a wrong entry in the settingsTemplate.gradle file.
Hi
We started using this plugin long time ago.
Now, after updating Unity at 2022.3.50f1, on Android we are receiving this error log when we try to interact with google:
DllNotFoundException: Unable to load DLL 'native-googlesignin'. Tried the load the following dynamic libraries: Unable to load dynamic library 'native-googlesignin' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "native-googlesignin" not found
Do you know any possible root cause for this?
Other relevant plugin in the project:
I'm not sure where to start looking for the issue.
The text was updated successfully, but these errors were encountered: