0

I am new in android and I have made a app and I am thinking to publish it on play store but I do not know much about keystore and what is signed APK .

I did search on youtube and Google and also on stack overflow that help me

Stackoverflow link 1

Stackoverflow link 2

According videos and these link I am able to make .APK of android project but I am confused with some blog that say to make signed APK and save keystore in gradle file or something similar like that . Also some blog Says if you want to update your app you should store keystore locally

And I am getting very confused . Pleas explain me what is the process . Thank You .

kya hai
  • 23
  • 3

1 Answers1

0

It is necessary to generate signed apk while publish app on play store for that purpose you have to select path(key store path) where .jks file is generated that contain details app info(keystore file info) & other signing authority details

Pratiksha Shaha
  • 133
  • 1
  • 9