AarohiSingla / TFLite-Object-Detection-Android-App-Tutorial-Using-YOLOv5

62 stars 46 forks source link

App Crashes with runtime error #9

Open mmheydari97 opened 10 months ago

mmheydari97 commented 10 months ago

I followed the tutorial and trained and exported the model successfully. But when I run the project on my phone from Android Studio, it crashes immediately with this error:

FATAL EXCEPTION: main Process: org.tensorflow.tensorflowdemo, PID: 22799 java.lang.UnsatisfiedLinkError: dlopen failed: library "libtensorflow_demo.so" not found

Any suggestions how to fix it this?