You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Dear Niranjan,
thank you so much for sharing this project! It's extremely helpful to have a base on which to build ones ideas and I would love to expand on the android app part of your project.
Unfortunately, I can't get your original project to run. I unzipped the android_app folder and opened it in Android Studio. I use Java SDK 11, NDK 21.4 (have also tried 25.1). The gradle build successfully finishes, but when I run the app I get the linker error from the native-lib.cpp:
which indicates that the linker can't find the tflite InterpreterBuilder or has another problem with it. Do you maybe have an idea what could be the problem?
And does anybody else face the same issue and has anyone solved it?
I would greatly appreciate your help!
All the best,
Laurenz
The text was updated successfully, but these errors were encountered:
Dear Niranjan,
thank you so much for sharing this project! It's extremely helpful to have a base on which to build ones ideas and I would love to expand on the android app part of your project.
Unfortunately, I can't get your original project to run. I unzipped the android_app folder and opened it in Android Studio. I use Java SDK 11, NDK 21.4 (have also tried 25.1). The gradle build successfully finishes, but when I run the app I get the linker error from the native-lib.cpp:
which indicates that the linker can't find the tflite InterpreterBuilder or has another problem with it. Do you maybe have an idea what could be the problem?
And does anybody else face the same issue and has anyone solved it?
I would greatly appreciate your help!
All the best,
Laurenz
The text was updated successfully, but these errors were encountered: