android - Build failed with an exception -


i getting task 'jar' ambiguous in root project 'projectname'.

candidates are: 'jardebugclasses', 'jarreleaseclasses'.

while run ./gradlew clean jar

can me out.

the error information says wrong: gradle cannot determine task trying run jar short both jardebugclasses jarreleaseclasses. replacing jar jarr solve ambiguity (if want trigger jarreleaseclasses task - use jard jardebugclasses).


Comments

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

json - Zend error Connection -

javascript - Trigger mouseenter when an animated element touches mouse -