NineOldAndroids icon indicating copy to clipboard operation
NineOldAndroids copied to clipboard

NoSuchMethodError

Open AwesomelyAmazing opened this issue 12 years ago • 2 comments

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

AwesomelyAmazing avatar Oct 07 '13 14:10 AwesomelyAmazing

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

JakeWharton avatar Oct 10 '13 02:10 JakeWharton

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

jskierbi avatar Oct 06 '14 11:10 jskierbi