Can not Generate Signed .apk Using Android Studio

前端 未结 4 444
礼貌的吻别
礼貌的吻别 2020-12-22 05:56

I am trying to export a Signed APK to submit to the play store but when I click Build->Generate Signed APK that option is grayed out and I can not select it.

4条回答
  •  再見小時候
    2020-12-22 06:12

    Have you tried checking your project structure has an Android facet? Look under

    File > Project Structure > Project Settings > Facets

    This was missing for my project and prevented it from building.

提交回复
热议问题