iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

run error #32

Open MARGI3 opened 8 years ago

MARGI3 commented 8 years ago

**/helper/SimpleItemTouchHelperCallback.java Error:(34, 8) error: cannot access ScrollingView class file for android.support.v4.view.ScrollingView not found Error:(44, 5) error: method does not override or implement a method from a supertype Error:(49, 5) error: method does not override or implement a method from a supertype Error:(54, 5) error: method does not override or implement a method from a supertype Error:(57, 25) error: cannot access NestedScrollingChild class file for android.support.v4.view.NestedScrollingChild not found

MARGI3 commented 8 years ago

i have got the reason , the library in my project has conflict. i fix the conflict ,the problem has resolved