Closed mexyik closed 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.
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.
- What language are you developing in?
- 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 .
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
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