nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
847 stars 187 forks source link

ParallaxScrollExample will not build #20

Closed johanneslagos closed 10 years ago

johanneslagos commented 10 years ago

Impossible to build the project.

Get an error from Gradle:

Error:You are using an unsupported version of Gradle. Please use version 1.12. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)

I have tried with versions 1.12, 1.11 and 1.10. Have also tried to set the distributionUrl, however looks like you the gradle-wrapper folder is missing.

EDIT Fixed by downloading 1.10 version of Gradle and used local path to it.