Generate signed apk android studio

后端 未结 9 2121
花落未央
花落未央 2020-11-29 18:15

I am new to android development and just finished my first app. I want to generate a signed apk in android studio. I read the developer docs but couldn\'t understand the ste

9条回答
  •  独厮守ぢ
    2020-11-29 19:19

    1. Go to Build -> Generate Signed APK in Android Studio.
    2. In the new window appeared, click on Create new... button.
    3. Next enter details as like shown below and click OK -> Next.
    4. Select the Build Type as release and click Finish button.
    5. Wait until APK generated successfully message is displayed as like shown below.
    6. Click on Show in Explorer to see the signed APK file.

    For more details go to this link.

提交回复
热议问题