After updating android studio to version 3.0 (windows), I am unable to generate a signed APK.
When build has completed, i get the message:
Clic
In my case all is correct but android studio is not generated the APK and i'm not getting an error message.
Previously i was update my package name com.test.package
> com.final.name.package
using refactor all works fine even create an not signed APK.
Finally i can see that my applicationId inside the gradle has the old package name, when change it for the new package name the signed APK is generated without problems.