csongor.varady
lvl.1
Romania
Offline
|
Hi! I'm trying to just run the basic MobileSDK tutorial.After following the steps, the project builds (with errors, if I run it from command line, but works from Android Studio Build) and deploys to the phone. When I upload the apk to my phone, I get the error:
```
No implementation found for void com.secneo.sdk.Helper.i() (tried Java_com_secneo_sdk_Helper_i and Java_com_secneo_sdk_Helper_i__) - is the library loaded, e.g. System.loadLibrary?
FATAL EXCEPTION: main
Process: com.example.myapplication3, PID: 21773
java.lang.NoClassDefFoundError: Failed resolution of: Ldji/v5/manager/interfaces/SDKManagerCallback;
```
I didn't find anything online about this error, only another post on stackoverflow, which is having the same problem, but couldn't solve it.
Any help with this would be much appreciated. If needed I can share the build.gradle, AndroidManifest or whichever file
|
|