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
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?