-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Hi,
I'm trying to run the Android app in an Emulator on Android Studio 3.5.3 and it keeps crashing with the following error:
--------- beginning of crash
2020-02-18 15:58:39.090 10464-10464/io.github.introml.activityrecognition E/AndroidRuntime: FATAL EXCEPTION: main
Process: io.github.introml.activityrecognition, PID: 10464
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/io.github.introml.activityrecognition-86bWxYjBSIyeobB-tUsbNw==/base.apk"],nativeLibraryDirectories=[/data/app/io.github.introml.activityrecognition-86bWxYjBSIyeobB-tUsbNw==/lib/x86, /system/lib, /system/product/lib]]] couldn't find "libtensorflow_inference.so"
However from what I see the file is included in the project....
Any ideas? Thanks.