You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
I get the following error if I set com.braintreepayments.api:braintree to >2.2.0 (tried 3.9.0) or com.braintreepayments.api:google-payment to > 2.0.1 (tried 3.3.1) in app.gradle:
System.err: java.lang.NoSuchMethodError: No static method newInstance(Landroid/app/Activity;Ljava/lang/String;)Lcom/braintreepayments/api/BraintreeFragment; in class Lcom/braintreepayments/api/BraintreeFragment; or its super classes (declaration of 'com.braintreepayments.api.BraintreeFragment' appears in /data/app/com.skywaylabs.WiSPLICE-YTPT-naKxfajuYllifOdJg==/base.apk)
System.err: at com.braintreepayments.api.dropin.BaseActivity.getBraintreeFragment(BaseActivity.java:62)
System.err: at com.braintreepayments.api.dropin.DropInActivity.onCreate(DropInActivity.java:109)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get the following error if I set com.braintreepayments.api:braintree to >2.2.0 (tried 3.9.0) or com.braintreepayments.api:google-payment to > 2.0.1 (tried 3.3.1) in app.gradle:
The text was updated successfully, but these errors were encountered: