Error: The apk for your currently selected variant (Unknown output) is not signed. Please specify a signing configuration for this variant (release)

47 views Asked by At

For some reason, I can only run my app in debug mode but not release mode. Noticeably, there's a signing configuration for debug but not release. What's the correct way to create one for release so that the app can be deployed in release mode?

enter image description here

enter image description here

enter image description here

1

There are 1 answers

0
Atul Sharma On

This quetion is already asked so you can check my solution at the following link: https://stackoverflow.com/a/76992063/14972910