Android Studio - Could not find intellij-core.jar

后端 未结 12 974
小蘑菇
小蘑菇 2020-12-03 00:40

I am using android studio 3.1.4.

Error:Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1). Searched in the following loc

12条回答
  •  旧时难觅i
    2020-12-03 01:05

    Use com.android.tools.build:gradle:3.2.1

    You'll also have to update your '/gradle/wrapper/gradle-wrapper.properties'

    distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
    

提交回复
热议问题