My system suddenly went off and I switched it on and I got Error:Failed to resolve: android.arch.core:common:1.1.0 error in my android studio. I have tried clean and rebuild
Solution: move google(), before jcenter() - it worked for me.
google()
jcenter()
But the issue is that you have two build.gradle files and you need to make a change in both.
build.gradle