bingoogolapple / BGABanner-Android

引导界面滑动导航 + 大于等于1页时无限轮播 + 各种切换动画轮播效果
4.17k stars 780 forks source link

在 Indellij IDEA 里编译后报错 Failed to resolve: support-fragment #176

Closed leaderliang closed 4 years ago

leaderliang commented 6 years ago

处理方法参考: https://stackoverflow.com/questions/49781097/failed-to-resolve-support-fragment-error-when-add-google-architecture-component

I had a similar error and changing the repositories order so that google() comes before jcenter() fixed it. I had to change the order for the repositories within buildscript and allprojects in the top level build.gradle file.