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

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -