Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid slide direction #17

Closed
liu-xinhui opened this issue Sep 25, 2015 · 3 comments
Closed

Invalid slide direction #17

liu-xinhui opened this issue Sep 25, 2015 · 3 comments

Comments

@liu-xinhui
Copy link

when I run the app, stopped and logcat errors:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.lgvalle.material_animations/com.lgvalle.material_animations.MainActivity}: java.lang.IllegalArgumentException: Invalid slide direction

@lgvalle
Copy link
Owner

lgvalle commented Sep 25, 2015

Invalid slide direction error is most likely caused because I'm using START as a direction and the API level of your device can't handle that.
Try changing it to LEFT for example

@ShkurtiA
Copy link

ShkurtiA commented Oct 1, 2015

I had the same problem, LEFT is the solution

@lgvalle
Copy link
Owner

lgvalle commented Oct 5, 2015

Fixed here #22

@lgvalle lgvalle closed this as completed Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants