Open idulnyavka opened 7 years ago
Same error trying to include v 1.2.2 Android Studio 2.2.3 (Windows 10)
Hmm... worked after I added repository to root gradle.build file under "allprojects ". Why is it not working under project-specific gradle file?
I'm using it in the project specific gradle file without any sync errors. Your error seems about some conflict.
Nope... As I told above - it dod not work when I put repository to the project build file, but worked within app level file. Putting back to project file raised error again. Anyway, it compiles according to the README file, so let's consider this not an issue but a feature request.
Try removing the buildscript {}
part. I've noticed that Gradle seems to ignore repositories under this category, and instead only sees repositories if they're only under repositories {}
.
=> Error on Sync:
Also, trying to open the URL above into a browser gives more details on the error: