gradlew install:Task 'install' is ambiguous in root project 'android-maps-utils'. Candidates are: 'installDebug', 'installDebugAndroidTest'.Managed to work it out by looking at other forks of android-maps-utlis that used jitpack.
Still getting the same error locally, though.
Worked for me after adding the classpath to root gradle and applying plugin to the library
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
apply plugin: 'com.github.dcendents.android-maven'
https://github.com/jitpack/jitpack.io/blob/master/ANDROID.md
I'm having the same issue, but it didn't occur before. How come?
I got it here on v3 here, but not on the older version, v2 :
https://jitpack.io/#AndroidDeveloperLB/ArcAnimator/
Only after adding what "EbenezerGH" wrote, it worked fine (published on v6) ...
What's so special about this? I never had to add this before...
Most helpful comment
Worked for me after adding the classpath to root gradle and applying plugin to the library
https://github.com/jitpack/jitpack.io/blob/master/ANDROID.md