Could not find common.jar (android.arch.core:common:1.1.0)

android studio build 报错 Could not find common.jar (android.arch.core:common:1.1.0)

解决办法.

打开 root build.gradle

Add maven { url 'https://maven.google.com' } before jcenter() in

1
2
3
4
5
allprojects {
repositories {
jcenter()
}
}

Adhere to original technology sharing, your support will encourage me to continue to create!