Skip to content

Failed to fetch dependencies on Android: google-signin-support #5

Closed
@Zorcher

Description

@Zorcher

I've created a Unity project with this plugin added, and regardless of running the sample or unpacking the unitypackage into my own project, I receive the following error when attempting to resolve dependencies on Android:

Resolution failed: Failed to fetch the following dependencies:
com.google.signin:google-signin-support:1+@aar

The project does build an APK, but running the app on the physical hardware and pressing the "Sign in with Google" button results in the following exception:

DllNotFoundException: native-googlesignin
at (wrapper managed-to-native) Google.Impl.GoogleSignInImpl:GoogleSignIn_Create (intptr)
at Google.Impl.GoogleSignInImpl..ctor (Google.GoogleSignInConfiguration configuration) [0x00000] in :0
at Google.GoogleSignIn.get_DefaultInstance () [0x00000] in :0
at LoginController.OnSignIn () [0x00000] in :0

Is there a way for me to manually resolve the dependency?
On the bright side, I've built the IOS version and can confirm the login button works beautifully.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions