Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How we make Signed APK for google play store?

I have completed my android app and now wanted to publish it on android market. I have an account on google play store for android apps. But when tried to upload my apk file it gives error.

this is error details

I have read many tutorials but fail to upload.

How to sign an android apk file

like image 613
NadeemYousaf Avatar asked Jan 30 '14 04:01

NadeemYousaf


People also ask

Can I upload unsigned APK to play store?

You cannot upload to Google Store a not signed and not aligend APK. Ask your developer to give you the signed and aligend APK. Or you can ask them to provide the key to you so you can sign and align it yourself using that key .

Which file is used to generate signed APK?

gradle file as recommended by Google is explained here. Basically, you add a signingConfig, in where you specify the location an password of the keystore. Then, in the release build type, refer to that signing configuration.


1 Answers

First Right Click On project And Click On export enter image description here

And Then Follow Instruction

enter image description here

like image 146
Digvesh Patel Avatar answered Oct 07 '22 01:10

Digvesh Patel