Skip to content
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

com.google.android.gms.internal.zzbck not found #60

Open
sengoontoh opened this issue Mar 9, 2019 · 2 comments
Open

com.google.android.gms.internal.zzbck not found #60

sengoontoh opened this issue Mar 9, 2019 · 2 comments

Comments

@sengoontoh
Copy link

I'm getting the following error when building for android. I fixed it by revving up com.google.android.gms:play-services-wallet:16.0.0 in plugin.xml.

@ihadeed Is this the right thing to do?

platforms/android/app/src/main/java/com/zyramedia/cordova/stripe/CordovaStripe.java:128: error: cannot access zzbck

                PaymentData paymentData = PaymentData.getFromIntent(intent);
                                                     ^

class file for com.google.android.gms.internal.zzbck not found
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

@drugoi7
Copy link

drugoi7 commented Nov 8, 2019

I have exactly the same problem.

@drugoi7
Copy link

drugoi7 commented Nov 11, 2019

I solved with the following plugin and comand:

cordova plugin add cordova-android-play-services-gradle-release --variable play-services-location=17.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants