How to upload Apk in PlayStore ?
you must have
- Your Application will you upload in PlayStore
- Account Gmail
- Release keystore
- Package Apk with keystore in Application Android
- Create Account Android Developer & Upoad Apk File to PlayStore
1.Your Application will you upload in PlayStore
Example : this my apps
if you don't apps , you must create new application , this tutorial to create appication android : Clcik Here
2.Account Gmail Google
you must have Account Gmail ,
- if you have Account Gmail please login
- if you don't have Account you must create new Account Gmail
3.Realease Keysotre
if you dont have Keystore , don't worry :p
you can create own Keysore
How to create or realease keystore?
you must have equipment :
- Java Development Kit ( if you don't have java , download here )
- Open cmd.exe : Start -> Run -> Cmd | or using shortcut | : Win+R
- Go to Directory bin in Folder Installation Java Development Kit
- type command :
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
- Next you are requested information about password , city , organitation , and etc .
- result of prosess is file name : my-release-key.keystore in folder bin ,
4.Package Apk with keysotre in Application Android
Next step : if you have keystore ,
- Open Project in Eclipse
- Right Click project -> Android Tools -> Export Signed Application Package
- after Export Signed Application Package you must Check Project and Next
- Next and you must Browse location of keystore and fill password
- Next and you fill your password again
- Next you browse Destination Apk file
- FINISH ! Now you have Apk file and include keystore :)
if we finished preparation with application now next prepare to PlayStore
- Create Account Android Developer in here
- Open and fill form in here
- now you must upload apk + Add new application
- Next Upload your Apk and you must fill information
Okey Finished :)
Thanks to you for reading my article and im sorry about my mistake :)
Post a Comment