在 Indellij IDEA 里编译后报错 Failed to resolve: support-fragment
leaderliang opened this issue · 0 comments
leaderliang commented
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.