I have a problem where I can't import a new Tflite model to android studio. the Tensorflow Model TFLite feature seems to be disabled. The message says "Requires Android Gradle plugin 4.1.0-alpha04 or newer). How can I import the TFLite model into the android studio?
Asked
Active
Viewed 384 times
0
-
1Hi Annisa! Please upgrade the Android plugin once as It is popping up in right bottom corner to see whether the issues are getting resolved or not. – Dec 16 '22 at 07:55
-
Path to load the TFLite model - New -> Other -> Tensor flow Lite Model . Please make sure you are using latest android studio version . Ref [1](https://stackoverflow.com/a/66497749/11530462), [2](https://github.com/tensorflow/tensorflow/issues/45373#issuecomment-973723865) . – Jan 11 '23 at 04:02