Open sengoontoh opened 5 years ago
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.
I have exactly the same problem.
I solved with the following plugin and comand:
cordova plugin add cordova-android-play-services-gradle-release --variable play-services-location=17.0.0
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
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.