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
Post a Comment