Could not find com.android.support:appcompat-v7:25.3.1.

解决办法:

找到build.gradle

allprojects {
    repositories {
        jcenter()

        maven { url "https://maven.google.com" }
    }
}
发布了2631 篇原创文章 · 获赞 342 · 访问量 206万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/105337877