#newtreyes_code
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- newtreyes_api, 1 day ago, 8 messages
- newtreyes_code, 2 days ago, 21 messages
- newtreyes_code, 2 days ago, 46 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1251093460518440990
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi! what version of stripe-terminal-android are you using?
implementation "com.stripe:stripeterminal-localmobile:2.23.3"
ok. The advice here is to upgrade to the latest version and the 3.x release train : https://github.com/stripe/stripe-terminal-android/issues/418#issuecomment-1986157650 .
Got it
Now I am getting the following error when trying to compile
Duplicate class com.stripe.jvmcore.offlinemode.storage.DefaultOfflineKeyValueStore_Factory found in modules jetified-stripeterminal-core-2.23.3-runtime (com.stripe:stripeterminal-core:2.23.3) and jetified-stripeterminal-internal-common-3.1.0-runtime (com.stripe:stripeterminal-internal-common:3.1.0)
sounds like you have dependencies on two different versions of the library?
you have to change a lot of code to upgrade to 3.x (https://docs.stripe.com/terminal/references/sdk-migration-guide?terminal-sdk-platform=android) so I'd suggest doing a totally clean build and clearing all caches, at a minimum