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

ClassNotFoundError : BaseInterpolator #6

Open
fleficher opened this issue Apr 6, 2016 · 0 comments
Open

ClassNotFoundError : BaseInterpolator #6

fleficher opened this issue Apr 6, 2016 · 0 comments

Comments

@fleficher
Copy link

Hi,,

On some devices (eg : my Asus Zenfone 2), using BallView make my app crash (i receive a SIGSERV error).
After some researches, i found that the error was due to the usage of BaseInterpolator class that cannot be found.
Indeed, this class is only available from API 22, making the app crash.
http://developer.android.com/reference/android/view/animation/BaseInterpolator.html

One solution is to replace the BaseInterpolator reference with Interpolator interface.

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

1 participant