am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
502 stars 353 forks source link

I can't add tflite_flutter to a flutter module #146

Closed HieuNT1998 closed 3 years ago

HieuNT1998 commented 3 years ago

Error: dlopen failed: library "libtensorflowlite_c.so" not found I have fixed the path of .so file to .android but still not working

HieuNT1998 commented 3 years ago

I changed path 'android/app/src/main/jniLibs' of install.sh to ".android/Flutter/src/main/jniLibs/"