Android Studio: getting error during gradle build

I am getting below error while building gradle.

Error:(7, 8) error: cannot access ScrollingView class file for android.support.v4.view.ScrollingView

      

When I choose to go to original option due to error, open this class enter image description here

+3


source to share


1 answer


You seem to be using both V4 and V7. Try changing the order of the classpath from the project structure.



enter image description here

+1


source







All Articles