这种错误怎么改

来源:1-3 什么是Kotlin?

一介农夫

2017-09-14


FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'kotlin'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.50-eap-4.
     Searched in the following locations:
         http://maven.aliyun.com/nexus/content/groups/public/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.pom
         http://maven.aliyun.com/nexus/content/groups/public/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.jar
         https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.pom
         https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.jar
     Required by:
         project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

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

CONFIGURE FAILED in 8s
Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.50-eap-4.
Searched in the following locations:
    http://maven.aliyun.com/nexus/content/groups/public/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.pom
    http://maven.aliyun.com/nexus/content/groups/public/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.jar
    https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.pom
    https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.50-eap-4/kotlin-gradle-plugin-1.1.50-eap-4.jar
Required by:
    project :

写回答

1回答

bennyhuo

2017-09-15

你配置的是eap版本,所以要加eap所在的仓库。建议你使用1.1.4-3

0
4
bennyhuo
回复
一介农夫
你把kt插件卸载重装个稳定版,重新创建工程吧。
2017-09-15
共4条回复

Android首选开发语言Kotlin入门与进阶

Google I/O大会钦定Android一级开发语言,现在不学,等待何时

3122 学习 · 387 问题

查看课程