Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

NoSuchMethodError #58

Open
AwesomelyAmazing opened this issue Oct 7, 2013 · 2 comments
Open

NoSuchMethodError #58

AwesomelyAmazing opened this issue Oct 7, 2013 · 2 comments

Comments

@AwesomelyAmazing
Copy link

java.lang.NoSuchMethodError: android.view.View.setScrollY
at com.nineoldandroids.view.ViewHelper$Honeycomb.setScrollY(ViewHelper.java:257)
at com.nineoldandroids.view.ViewHelper.setScrollY(ViewHelper.java:127)

NEEDS_PROXY is set to false on post gingerbread devices and therefore view.setScrollY() is called, despite it being introduced in api 14

@JakeWharton
Copy link
Owner

Indeed it is. Good find. I'll try to get to this...

@jskierbi
Copy link

jskierbi commented Oct 6, 2014

Bump :)
I've also run into this issue, only 3.x reporting crashes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants