I am new to the Card-io
library. I have downloaded the library from here here. I have converted the .aar
to .jar
file and added to my project, in the libs
folder. I followed the tutorial which is provided in the above link. I encounter the following problems:
I get the following error on the
LogCat
:Failed to load native library: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.creditcardscanner-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libcardioDecider.so
When the button click is fired, I get a page that asks for the
Card
details like the cardnumber and expiry date.
Can anyone please guide me, where I am going wrong?
I think you have not added the
libcardioDecider.so
files. Copy thearemaabi
folders that are present in thejni
folders into yourlibs
folder. It should work.