简体   繁体   中英

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/stripe/android/stripe3ds2/service/StripeThreeDs2ServiceImpl;

I am migrating stripe from 3D Secure to 3D Secure 2.

when i update the library to

com.stripe:stripe-android:10.4.2@aar

i am getting this error

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/stripe/android/stripe3ds2/service/StripeThreeDs2ServiceImpl;

when i initialise stripe using this command Stripe(app,KR.strings.stripe_key)

If somebody can help me with this would be grateful.

实现'com.stripe:stripe-android:10.4.2@aar'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM