2
Good morning, when I click to generate the signed apk, it gives the following error:
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
Job failed, see logs for Details
what could be ?
2
Good morning, when I click to generate the signed apk, it gives the following error:
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
Job failed, see logs for Details
what could be ?
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
This error usually occurs when the versions of the SDK, Build Tools and Plugin version diverge as far as compatibility is concerned. Try to see if everything is ok and after a clean and make project.
– Antonio S. Junior