shaqian / flutter_tflite

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

Unable to Build - FAILURE: Build failed with an exception. #238

Open daniwaxman opened 2 years ago

daniwaxman commented 2 years ago

I am getting the following error using plugin version 1.1.2 and Flutter 2.8.1 FAILURE: Build failed with an exception.

shyamkawale commented 2 years ago

I am getting the following error using plugin version 1.1.2 and Flutter 2.8.1 FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve org.tensorflow:tensorflow-lite:+. Required by: project :app > project :tflite

Failed to list versions for org.tensorflow:tensorflow-lite. Unable to load Maven meta-data from https://jcenter.bintray.com/org/tensorflow/tensorflow-lite/maven-metadata.xml. Could not HEAD 'https://jcenter.bintray.com/org/tensorflow/tensorflow-lite/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Same for me, kindly send a solution if anyone knows about it.....

Erhannis commented 2 years ago

Looks related to https://github.com/shaqian/flutter_tflite/issues/228