#leraille-Android
1 messages ยท Page 1 of 1 (latest)
๐ Have you checked out the getting started docs and reference at https://github.com/stripe/stripe-android#getting-started ? There's an example project there that shows working examples for various integrations (with the code).
Can you explain what you mean?
Thanks, i'm gonna work on this
I mean, the example code provided on the link I gave seems to have no sense today
At least, it's deprecated
(didn't mean to sound rude, I'm just surprised ๐ )
No worries! I'm not entirely sure what part might be deprecated but when you figure out what you need to change to get it working, please do let us know.
Well, the indicated version is 17.2.0, some part of code don't fit and globally, the implementation crashes. I'm gonna get something working and I will let you know what were my problems. ty!
Well, I can't run github examples projects neither
What's the error you encounter?
Execution failed for task ':payments-core:kaptDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
java.lang.reflect.InvocationTargetException (no error message)
What version of JDK are you on?
JDK 16
Well, I can't have this to work
๐ hello, just catching up here. Do you need further help or does the link @robust latch shared explain why that might not work?
Hello! Actually, 3 points:
- there's little problems of deprecation in the example there: https://stripe.com/docs/payments/accept-a-payment?platform=android&ui=payment-sheet-custom which I will detail later.
- the initial question was "where is UI supposed to be initialized. Turned out that I simply did not understood that I'm was supposed to do so. (my bad!).
- I'd appreciate a lot further help to run the examples