bingoogolapple/BGABanner-Android

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

leaderliang opened this issue · 0 comments

处理方法参考:
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.