PaystackHQ / paystack-android

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

java.lang.NoClassDefFoundError #87

Closed Ochornma closed 4 years ago

Ochornma commented 4 years ago

I am getting this error java.lang.NoClassDefFoundError: co.paystack.android.TransactionManager$1

maxximustech commented 4 years ago

I am getting this error java.lang.NoClassDefFoundError: co.paystack.android.TransactionManager$1

Getting the same error here

maxximustech commented 4 years ago

I am getting this error java.lang.NoClassDefFoundError: co.paystack.android.TransactionManager$1

I got the solution just add the following to your dependencies: implementation 'com.squareup.retrofit2:retrofit:2.6.2' implementation 'com.squareup.retrofit2:converter-gson:2.6.2'

michael-paystack commented 4 years ago

Hello, This issue shouldn't exist in newer versions of the SDK. I'll be closing this now. Please open a new issue if this still needs to be addressed. Thanks