victorcd
victorcd

Reputation: 439

How can I publish in the play store?

I have been working to make an app for android, and I finally done. I have no idea what I have to do to publish my app in the play store. Google asked me a license key, but I don't know how to do this. I have completed my android app and it works well too. How can I solve this problem?

I have a developer account in Google Play, and I am using Ubuntu.

Upvotes: 0

Views: 226

Answers (1)

CLIFFORD P Y
CLIFFORD P Y

Reputation: 17404

First you need to create a signed .apk file

Create signed apk file will help you to create signed apk.

publish application in playstore

Creating signed apk

First Step

enter image description here

Second Step

enter image description here

in your case you need to create new keystore ,press Create new

Step Three 

enter image description here

Step Four

enter image description here select a file path for your new key store and give a name

Step Five

enter image description here

Fill all the fields,then press ok

Step Six

enter image description here

Press next

Step Seven

enter image description here

give master password ,then press ok,it will generate a signed apk for you.

Upvotes: 1

Related Questions