Appium 1.5.1 - Can't scroll in Android?

Since scrollTo has been deprecated in 1.5, I’ve been trying to use scroll instead. I keep getting an error that the command is not implemented yet.

Same error as this here: https://github.com/appium/appium/issues/6282

I’m using the new Android Studio 2.0 emulator.

Anybody else have this problem? I think I have to downgrade to 1.4.16… just too many bugs in 1.5 like implicitWait not working, scrolling, etc.