importing card.io SDK into my existing android app

756 Views Asked by At

How can I add card.io Library to my Android project?. I tried to researched but it didn't helped me. I extracted and Imported the SDK to my Eclipse(Luna), but then when I try to add the card.io library into my project, it doesn't show up on the project selection. I don't know what am I missing. Also, I want to know what is the difference of the card.io-Android-source to card.io-Android-sdk , because I'm confuse of which is the right one to be imported into the Eclipse.

Kind regards.

2

There are 2 best solutions below

1
Jeff Brateman On

I'll answer your second question first with a third question: why not use Android Studio and Gradle to import card.io into your project? If you follow the sample app example, the integration steps are very straightforward.

If you insist on Eclipse, here's a suggestion you could follow given the card.io .aar file.

0
Piyush Malaviya On

using card.io-Android-sdk

  1. unzip card.io-5.0.1.aar file
  2. copy classes.jar And paste into libs folder in your eclipse project
  3. and copy all folders from jni folder(contains .so file) And paste into libs folder in your eclipse project