“Generate Signed APK” option is not display in android studio Build menu

后端 未结 3 1099
生来不讨喜
生来不讨喜 2021-01-22 15:39

\"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

相关标签:
3条回答
  • 2021-01-22 15:54

    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

    0 讨论(0)
  • 2021-01-22 16:00

    For me, clicking File > Sync Project with Gradle File System solved it for me.

    0 讨论(0)
  • 2021-01-22 16:12

    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.

    0 讨论(0)
提交回复
热议问题