1

Task :app:packageRelease FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:packageRelease'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade java.io.IOException: Execution of compression failed.

sahil555
  • 152
  • 2
  • 11

1 Answers1

0

Try cleaning the project using ./gradlew clean and rebuilding the project...

If doesn't work then, show the error log in details...

Jowel Tisso
  • 57
  • 2
  • 9