jd-alexander / Google-Directions-Android

This project allows you to calculate the route between two locations and displays it on a map.
https://play.google.com/store/apps/details?id=com.directions.sample
MIT License
979 stars 394 forks source link

How to solve gradle syn failed error:(2, 0) defaultmavenfactory #47

Closed Code1337 closed 8 years ago

Code1337 commented 8 years ago

I am getting this error during gradle syn - Error:(2, 0) org/gradle/api/publication/maven/internal/defaultmavenfactory

error focus onto this `apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: "com.jfrog.bintray"

dependencies { classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' } // This is the library version used when deploying the artifact version = "1.0.9"`

jd-alexander commented 8 years ago

I am not sure why that error. is happening. I cant reproduce. If you still have it you can reopen issue.

edwardc1 commented 8 years ago

FYI: http://stackoverflow.com/questions/32988669/how-to-solve-gradle-sync-failed-error-defaultmavenfactory