How to build app into apk or aab file

After completely setting up my app files, how do I build it into Apk or aab file for Publish on Play Store?

if you’re using flutter ,
use the command on your terminal flutter build apk -v
Use Verbose (-v) for detailed logs

1 Like

Thank You. Yes its a flutter app in Project IDX