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
+3
Narayan soni
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.
+1
rohit mandiwal
source
to share