You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
the eclipse says it cannot be resolved as a type in file SlidingLayer.java line 446.
the minimum sdk required for using motionEvent is 8 and it's not let me compile it
The text was updated successfully, but these errors were encountered:
Make sure to set your minimum sdk to 8 then. We could still use MotionEventCompat but you probably don't need to support < 8. Note that you have to move the content under "Library" to wherever your libraries are in your project, or even directly to your code.
the eclipse says it cannot be resolved as a type in file SlidingLayer.java line 446.
the minimum sdk required for using motionEvent is 8 and it's not let me compile it
The text was updated successfully, but these errors were encountered: