AndroidStudio提示 "Could not find uast.jar 26.0.1"

项目的build.gradle,如下:

buildscript {
    repositories {
        google()
        jcenter()
        mavenCentral()
 }
}

将google() 提高到最上面。

参考:https://feihu.blog/archives/1329.html

你可能感兴趣的:(AndroidStudio提示 "Could not find uast.jar 26.0.1")