solve Error:Could not find common.jar (android.arch.core:common:1.0.0). Searched in the following
Error:Could not find common.jar (android.arch.core:common:1.0.0).
Searched in the following locations:
Searched in the following locations:
https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar
对于这个问题,问题出在app build gradle文件中依赖的:
compile 'com.android.support:appcompat-v7:26.0.0' compile 'com.android.support:recyclerview-v7:26.0.0' compile 'com.android.support:cardview-v7:26.0.0' compile 'com.android.support:support-v4:26.0.0'
这些组件一定要精确指定它的版本号!!!,不能使用".+"的方式,否则则会出现上述问题,这个问题是谷歌前天爆发的大规模Bug!!!
看到这些,如果解决了折磨了你几天的情绪,发发慈悲吧,多少无所谓,良心!!!