Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/kotlin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Studio-标签不匹配错误,即使在尝试了我在其他文章中读到的所有其他内容后也会出现同样的问题_Android_Kotlin - Fatal编程技术网

Android Studio-标签不匹配错误,即使在尝试了我在其他文章中读到的所有其他内容后也会出现同样的问题

Android Studio-标签不匹配错误,即使在尝试了我在其他文章中读到的所有其他内容后也会出现同样的问题,android,kotlin,Android,Kotlin,您好,我一直在尝试让android studio正常工作,但一个接一个地出现错误:(现在我有一个(我刚刚创建了项目),每次都会发生。我尝试手动安装graddle,卸载android studio,切换脱机模式,这导致了此错误: A problem occurred configuring root project 'My Application'. > Could not resolve all artifacts for configuration ':classpath'.

您好,我一直在尝试让android studio正常工作,但一个接一个地出现错误:(现在我有一个(我刚刚创建了项目),每次都会发生。我尝试手动安装graddle,卸载android studio,切换脱机模式,这导致了此错误:

    A problem occurred configuring root project 'My Application'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not download protos-27.1.1.jar (com.android.tools.analytics-library:protos:27.1.1)
      > Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/analytics-library/protos/27.1.1/protos-27.1.1.jar'.
         > Tag mismatch!
   > Could not download kotlin-compiler-embeddable-1.3.72.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.72)
      > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.3.72/kotlin-compiler-embeddable-1.3.72.jar'.
         > Tag mismatch!
还有我在其他帖子中读到的几乎所有类似问题的人。我能做些什么让android studio为我工作吗(

谢谢你阅读这篇文章

A problem occurred configuring root project 'My Application'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not download protos-27.1.1.jar (com.android.tools.analytics-library:protos:27.1.1): No cached version available for offline mode
   > Could not download kotlin-compiler-embeddable-1.3.72.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.72): No cached version available for offline mode

Possible solution:
 - Disable offline mode and rerun the build