How to import current TFLITE in Android Framework

1 is tflite only work for android app?
2 if i want import current tflite function to android frameworks , how to support it?

when i add in the code , it tips “Interpreter”&“NnApiDelegate” doesn’t exsist
import org.tensorflow.lite.Interpreter;
import org.tensorflow.lite.nnapi.NnApiDelegate;

Hi @Xiaofeng_cheng ,

Please take a look at this link on how to use tflite in android.

Thank You .