Closed elvisjhonataoliveira closed 8 years ago
I see you have multidex enabled. Are you looking at the right apk?
I'm have unzip de
There's another way to check that?
I have found the source of the problem: gradle version. I was using 1.2.3. When I updated to 1.5.0 everythings work fine! I just discovered that posting the same question on stackoverflow.. link: http://stackoverflow.com/questions/34745715/card-io-android-couldnt-find-libcardiodecider-so/34782711#34782711
Wow, good to hear! I wonder what changed between versions.
I've developed an Android app a couple of months ago using Card.IO. It was working normally but now Card.IO don't work and I can't find where's the problem.
Here's my configuration:
build.gradle (from my app module)
In my first Activity:
And here is the output of logcat:
I have installed the Card.IO SampleApp on my device and it worked perfectly, so my device has support for Card.IO.
I searched the internet about this and everyone said that I need to put *.so on my libs folder, but when I export the App I can see all the directories that Card.IO use (arm64-v8a, armeabi, armeabi-v7a, etc.) and inside of then have libcardioDecider.so file.
Can anyone help me?