Google-signin: Java exception in 'NativeModules' java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/auth/api/signin/GoogleSignInClient;

Created on 26 Aug 2018  路  4Comments  路  Source: react-native-google-signin/google-signin

Steps to Reproduce

  • You must provide a minimal reproduction of your issue - how to create a minimal reproduction?. We're a small team of maintainers and do not have time to try reproduce bugs ourselves. Please try to reproduce the bugs on the provided example app.

  • Link to a with code that reproduces the bug.

  • Explain how to run the example app and any steps that we need to take to reproduce the issue from the example app.

Expected Behavior

Actual Behavior

Environment

Please provide the version of your

  • react-native
  • react-native-google-signin
  • react
  • cocoapods and GoogleSignIn pod version (if applicable)
  • gradle, android plugin for gradle and play-services-auth version (if applicable)
馃摓 Needs Response from Author

All 4 comments

Can you fill out the issue template, please? It's the only way we can help. :)

I had to change my play-service-auth to 16.0.0 to get it to work. You might want to try that.

implementation "com.google.android.gms:play-services-auth:16.0.0"

I still experience this error. any fix?

Even I am experiencing the same error

Java exception in 'NativeModules' java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/auth/api/signin/GoogleSignInClient;

Was this page helpful?
0 / 5 - 0 ratings