Run lstm model tflie on android

i build a lstm model then convert it to tflite file
then I deployed it in my project
when I try to run the project I get this error any ideas?

I


used lstm model with Relu activation and when I upload it on android I get this error,I tried to remove the relu and it worked fine any ideas?

Hi @Deba_nasser,

Sorry for the delayed response. The error might be due to the incorrect path. Check the ml package exists within your project’s java directory or not. The correct path should be:
app/src/main/java/com/example/app/ml.

Thank You