PaystackHQ / paystack-android

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

Error #110

Closed mexyik closed 4 years ago

mexyik commented 4 years ago

Error: cannot find symbol import com.creativemexyrestorer.ui.AddressVerificationActivity;

symbol: class AddressVerificationActivity location: package com.creativemexy.restorder.ui

TransactionManager.java:398 Error: cannot find symbol Intent I = new Intent(activity, AddressVerificationActivity.class); Symbol: class AddressVerificationActivity location: class TransactionManager.AddressVerificationAsyncTask

michael-paystack commented 4 years ago

Hi @mexyik, Thanks a lot for filing this issue. I just need to know a few things so I can try to reproduce this issue.

  1. What language are you developing in?
  2. Are you running Proguard or R8 on your builds?
mexyik commented 4 years ago

Java Proguard

On Thu, Jul 23, 2020, 9:23 PM Michael Obi notifications@github.com wrote:

Hi @mexyik https://github.com/mexyik, Thanks a lot for filing this issue. I just need to know a few things so I can try to reproduce this issue.

  1. What language are you developing in?
  2. Are you running Proguard or R8 on your builds?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PaystackHQ/paystack-android/issues/110#issuecomment-663213978, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQJZ36XMPKQ4WBXOBHQRHU3R5CL5JANCNFSM4O4VSLZQ .

michael-paystack commented 4 years ago

Hello @mexyik, this issue has been fixed in later versions of the SDK. I'm closing this now. Please open another issue if you run into any problems