How to add the Adyen SDK to an Android Project in Android Studio #313
Unanswered
andrewtfirstchoice
asked this question in
Q&A
Replies: 1 comment 15 replies
-
Hi Andrew, |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the drop in component via gradle. I need to intercept the card details before I allow the payment to go through. This is because we need to send some card related information to our system. We have managed it on IOS but struggling on Android. I have tried to add the adyen SDK via the settings file
include ':adyen'
project(':adyen').projectDir = new File('../adyen-android')
and compile project(':adyen') in the gradle file
The result is
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Beta Was this translation helpful? Give feedback.
All reactions