android-quickstart icon indicating copy to clipboard operation
android-quickstart copied to clipboard

Google Pay API sample application for Android

Results 26 android-quickstart issues
Sort by recently updated
recently updated
newest added

java.lang.NoClassDefFoundError: Failed resolution of: Ljava/util/Optional; java.lang.ClassNotFoundException: Didn't find class "java.util.Optional" on path: DexPathList[[zip file "/data/app/com.google.android.gms.samples.wallet-2/base.apk" java.io.IOException: No original dex files found for dex location /data/app/com.google.android.gms.samples.wallet-2/split_lib_slice_9_apk.apk at dalvik.system

- Removes all 9-patch files, replacing them with a single android layout configuration - Adds a foreground ripple effect to compatible android versions

Once approved, the PR can be closed and the branch can be tagged to point to the commit with the latest DIY version of the example. The [Android codelab](https://codelabs.developers.google.com/codelabs/pay-android-checkout/#0) can...

I am using Google Pay isReadyToPay method always returns false. When does method returns false or true? Is Google Pay connected to the Locale? ``` mPaymentsClient = Wallet.getPaymentsClient(activity, new Wallet.WalletOptions...

Hello Friends I have download google pay sample code from GitHub and setup code in android studio and I have used Payment gateway tokenization method and just change and add...

Process: com.google.android.gms.samples.wallet, PID: 9690 java.lang.NoClassDefFoundError: Failed resolution of: Ljava/util/Optional; at com.google.android.gms.samples.wallet.PaymentsUtil.getIsReadyToPayRequest(PaymentsUtil.java:205) at com.google.android.gms.samples.wallet.CheckoutActivity.possiblyShowGooglePayButton(CheckoutActivity.java:111) at com.google.android.gms.samples.wallet.CheckoutActivity.onCreate(CheckoutActivity.java:92) at android.app.Activity.performCreate(Activity.java:6609) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1134) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3104) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3261) at android.app.ActivityThread.access$1000(ActivityThread.java:219) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1735) at android.os.Handler.dispatchMessage(Handler.java:102) at...

Hi, I am just concerned about the long vector drawable paths, is this a problem for you guys?

I have unique Bussiness logic requirement where Need to cancel or stop User from proceeding with google pay if timer that is running in Background runs out. Suppose user clicked...