Generate signed apk android studio

后端 未结 9 2125
花落未央
花落未央 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:04

    Simple 5 visual steps:

    Step 1: Click Build -> Generate Signed Build/APK

    Step 2: Choose APK -> Next

    Step 3: Click Create new ...

    Step 4: Fill necessary details

    Step 5: Choose build variant debug/release & Signature Versions (V2)

    All done, now your Signed APK will start building and should popup on bottom right corner once available. Click locate to get your signed APK file.

    Easy?

提交回复
热议问题