새소식

mobile/🤖 Cordova

Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1)

  • -
728x90

error : 

Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).

Searched in the following locations: https://jcenter.bintray.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar


---------

Solution :
1
2
3
4
5
6
repositories {
    jcenter()
    maven {
        url "https://maven.google.com"
    }
}
cs

Replace the code as shown below
1
2
3
4
5
6
repositories {
    maven {
        url "https://maven.google.com"
    }
    jcenter()
}
cs

good luck!
#intellij-core #jcenter #maven

reference : https://stackoverflow.com/questions/52946371/android-studio-could-not-find-intellij-core-jar

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.