Gradle project sync failed after Android-Studio (3.1) update
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: After an update I made on 27-03-2018, my gradle sync is failing.I am getting the error Could not find org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2. I am posting my gradle files below. I have tried cleaning and rebuilding the project, but it is still not working. Project level gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url 'https://maven.google.com/' } } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' classpath