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 steps. When I click on Build>Generate Signed APK...
, it shows me a dialog box asking the following:
Keystore path //with two options create new and choose existing
Keystore password
Key alias
key password
I don't get what is keystore even after googling it. When I choose create new
it asks me to select a path and locate a .jks
file which I don't have! Can anyone please explain and list the steps in order to generate a signed apk.