shaqian / flutter_tflite

Flutter plugin for TensorFlow Lite
https://pub.dartlang.org/packages/tflite
MIT License
633 stars 408 forks source link

Failed to transform guice-5.1.0.jar (com.google.inject:guice:5.1.0) to match attributes #290

Open Ahmed-Hamdy-911 opened 8 months ago

Ahmed-Hamdy-911 commented 8 months ago

help me please , I was working on a project to diagnose a disease and I used the tflite library to do this, but this problem started to appear, so how can it be solved?

ERROR:C:\Users\hp.gradle\caches\transforms-3\9e8d46caf4d48b7b054bf8aab959d37b\transformed\jetified-guice-5.1.0.jar: D8: com.android.tools.r8.internal.k2: MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26)

FAILURE: Build failed with an exception.

kapil708 commented 8 months ago

Set minSdkVersion 26 will solve it