升级安卓版本之后 报了这个异常,[异常记录]Error:Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
各种百度搜索 也没有解决,最后在项目的build.gradle 的buildscript 和 allprojects同时加上了 mavenCentral() google() 就编译成功,特此记录下!如果对于大家有帮助就更好了! 

[异常记录]Error:Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.

相关文章: