flutter_in_action_source_code icon indicating copy to clipboard operation
flutter_in_action_source_code copied to clipboard

实战报错

Open longdan opened this issue 6 years ago • 1 comments

Configure project :path_provider

Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error.

FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring project ':path_provider'.

Could not resolve all artifacts for configuration ':path_provider:classpath'. Could not download guava.jar (com.google.guava:guava:26.0-jre) > Could not get resource 'https://jcenter.bintray.com/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar'. > Read timed out Could not download kotlin-reflect.jar (org.jetbrains.kotlin:kotlin-reflect:1.3.11) > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.3.11/kotlin-reflect-1.3.11.jar'. > Read timed out Could not download kotlin-stdlib.jar (org.jetbrains.kotlin:kotlin-stdlib:1.3.11) > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.3.11/kotlin-stdlib-1.3.11.jar'. > Read timed out

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 47s Command: D:\worker\android\github_client_app\android\gradlew.bat app:properties

Finished with error: Please review your Gradle project setup in the android/ folder.

longdan avatar Sep 23 '19 11:09 longdan

gradle配置有问题

ghost avatar Dec 06 '19 02:12 ghost