flutter_tflite icon indicating copy to clipboard operation
flutter_tflite copied to clipboard

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

Open daniwaxman opened this issue 3 years ago • 2 comments

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

daniwaxman avatar Jan 16 '22 12:01 daniwaxman

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.....

shyamkawale avatar Jan 16 '22 14:01 shyamkawale

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

Erhannis avatar Jun 15 '22 22:06 Erhannis