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.soWhen the button click is fired, I get a page that asks for the
Carddetails like the cardnumber and expiry date.
Can anyone please guide me, where I am going wrong?
I think you have not added the
libcardioDecider.sofiles. Copy thearemaabifolders that are present in thejnifolders into yourlibsfolder. It should work.