alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.37k stars 384 forks source link

Error:A problem occurred configuring project ':library'. #89

Closed zairoff closed 7 years ago

zairoff commented 7 years ago

Just checked out your project into Android Studio, this happens when I try to sync the build. I haven't touched the code this is fresh clone.

alexvasilkov commented 7 years ago

Not very informative :)

What version of Android Studio do you use?

zairoff commented 7 years ago

Android Studio 2.3.3

alexvasilkov commented 7 years ago

Works fine for me. Note, that during import AS will ask you to update Gradle to v3.3, you should NOT do that since this version has breaking changes and I will first need to adapt project to these changes.

zairoff commented 7 years ago

Worked, Thanks a lot!