\"Generate Signed APK\" option is not display in android studio Build menu, What is the problem or something I missed to install?? Thanks
When I click \"Build
Firstly check with clean > rebuild project and see that 'app' is not having "red X" icon.
Check your gradle
that you had not configured it with release config yet.
There must be a signing config in gradle file
For me, clicking File > Sync Project with Gradle File System solved it for me.
I had the same issue not having the "generate signed bundle/apk" enabled in Android Studio interface and this thread helped to deduce what was my issue... I'm new to android development so I didn't know what to do at all but checking the build.gradle file I realized that there were issues with the synchronization of gradle, so I found this video, downloaded the latest version of Grandle, then went to File > Sync with Fyle System, and after the sync was completed the button appeared.... so seems like this has a direct relation to the right synchronization of gradle.