PaystackHQ / paystack-android

Paystack SDK for Android. Accept payments on Android
Apache License 2.0
126 stars 101 forks source link

java.lang.NoClassDefFoundError: Failed resolution of: Lco/paystack/android/ui/PinAxtivity; #158

Closed Candid-emeka closed 2 months ago

Candid-emeka commented 1 year ago

dependency { impleamentation 'co.paystack.android:paystack:3.1.2' implementation 'co.paystack.android.design.widget:pinpad:1.0.4' }

but after encountering some errors which i solved i got another error which has been giving me a serious issues java.lang.RuntimeException: An error occurred while executing doInBackground() ... caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lco/paystack/android/ui/PinAxtivity

can it be resolved

michael-paystack commented 1 year ago

@Candid-emeka Please can you update to a more recent version of paystack-android and the pinpad? The latest version of the pinpad is 1.0.8. We're up to version 3.3.2 for paystack-android

Candid-emeka commented 1 year ago

i have resolve it @michael-paystack i got a java PinActivity for the project, so instead of using the class i redirected it to read from the java file and it worked well thanks alot for replying