Hi,
As per our requirement, I want to add TF Lite AAR file into our project.
So I have downloaded AAR file(2.9.0) from Maven repository and added to my project.Then I can imports the Interpreter and other required things, but when I try to build and run the project I’m getting InterpreterAPI class not found error like this.(please refer the screenshots)
class file for org.tensorflow.lite.InterpreterApi not found
If I add below 2.7.0 version aar files, I’m able to build and run the projects but those are deprecated, I want use latest AAR file only.
Can anyone please help me on this?
Note: I should use AAR only not gradle dependencies
what is tensorflow-lite-api.aar?
are these tensorflow-lite.aar AND tensorflow-lite-api.aar not same?
if not please provide the download link for tensorflow-lite-api.aar file