amitshekhariitbhu / Android-TensorFlow-Lite-Example

Android TensorFlow Lite Machine Learning Example
https://outcomeschool.com
Apache License 2.0
753 stars 227 forks source link

FATAL ERROR - no implementation found #2

Open Danzip opened 6 years ago

Danzip commented 6 years ago

I encountered this exception when trying to run the app :

image

How can I solve it? Thanks

elletlar commented 6 years ago

In the gradle file: From: compile 'org.tensorflow:tensorflow-lite:+' To: compile 'org.tensorflow:tensorflow-lite:0.1'

In Android Studio: File -> Project Settings -> Project From (For example): Gradle Version: 4.4, Android Plugin Version: 3.1.0 To: Gradle Version: 4.1, Android Plugin Version: 3.0.0

See my more detailed answer here: Stack Overflow Link