Build Fail

60 views
Skip to first unread message

Israel Ribeiro

unread,
Feb 13, 2020, 7:25:24 PM2/13/20
to flutt...@googlegroups.com
I'm trying run my app but a have this problem; how can I resolve this?




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 ':geolocator'.
> Could not resolve all artifacts for configuration ':geolocator:classpath'.
   > Could not download kotlin-reflect.jar (org.jetbrains.kotlin:kotlin-reflect:1.3.31)
      > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.3.31/kotlin-reflect-1.3.31.jar'.
         > Connection reset

* 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 9m 41s
Finished with error: Gradle task assembleDebug failed with exit code 1



--
Att,

Israel Ribeiro

Suzuki Tomohiro

unread,
Feb 13, 2020, 7:50:35 PM2/13/20
to Israel Ribeiro, flutt...@googlegroups.com
From the error jcenter is having temporary problem. Not caused by your config.

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/CADbdRppnJ4ybei0%2Bn0W4x1%3D5Cfxz6KzqFB2CUvMfmTHsuwo_zg%40mail.gmail.com.

Israel Ribeiro

unread,
Feb 13, 2020, 8:03:25 PM2/13/20
to Suzuki Tomohiro, flutt...@googlegroups.com
I solve changing build.grade ext.kotlin_version to 1.3.31

buildscript {
//ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.3.31'
--
Att,

Israel Ribeiro
Reply all
Reply to author
Forward
0 new messages