kikoso / Swipeable-Cards

A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.
Apache License 2.0
1.48k stars 364 forks source link

Cannot evaluate module AndTinder : Configuration with name 'default' not found #58

Open datomnurdin opened 9 years ago

datomnurdin commented 9 years ago

As per subject, I got this error message when I try to add submodule inside the project.

Error:A problem occurred configuring project ':app'.
> Cannot evaluate module AndTinder : Configuration with name 'default' not found.

build.gradle

compile project(':AndTinder')

setting.gradle

include 'AndTinder'

Please advice. Thank you.

davidtoluhi commented 8 years ago

Did you have any solutions, I also got the same problem, been spending hours trying to use this thing, both the maven repo and downloading it doesn't work

utkarsh92 commented 8 years ago

did you guys find a solution yet?