“Generate Signed APK” option is not display in android studio Build menu
问题 "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 APK(s)" , the android studio is no response 回答1: 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 回答2: For me, clicking File > Sync Project with Gradle File System solved it for me