I’ve read that in order to make this work I would have to rebuild the library but I’m having trouble with it. Is there any other way to fix this error?
Please provide some info on how you are trying to use it? Are you adding a dependency somewhere for TensorFlow Lite Interpreter?
For example inside an android project the common case is to use: implementation "org.tensorflow:tensorflow-lite:2.9.0"
and when you have special operators that the native library cannot support you have to add the dependency: implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:2.9.0'
Hi @George_Soloupis ,
Thanks for your response. I added the packages through the package manager in Unity. In the manifest.json file I have these two lines: