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 :
| repositories { jcenter() maven { url "https://maven.google.com" } } | cs |
Replace the code as shown below
| 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