Failed to resolve: com.android.support:appcompat-v7 Failed to resolve: com.android.support:recycler
解决 Failed to resolve: com.android.support:appcompat-v7
Failed to resolve: com.android.support:recycler
今天在开发程序的时候,新建的项目直接就运行不起来。。有这个问题。。
我的程序的解决办法是:
maven {
url "https://maven.google.com"
}
这句话。。添加在 project 目录里的 build.gradle 里面 ,具体位置是
添加完成以后。。重新 build 程序即可