How to backup debug keystore (Unsigned(debug)) that is using on published App on Playstore.
In the past ,I dont know that i need to create keystore for release and publish my App on playstore.
So i have been using Unsigned(debug) key for my App that publishing on Playstore right now. this is the Key i am using
(This is my app https://play.google.com/store/apps/details?id=com.tkaewkunha.hilo)
I want to know that.
Can i use other computer to build and update the App on PlayStore. And How to do it?
If i can on first question, Which/ Where is keystore file should i backup.
Thank you.
Answer by Ruud3DV · Jul 08, 2017 at 01:32 PM
Yes, copy the file debug.keystore to the computer you build your App with
The debug.keystore is located here: %HOMEPATH%.android\debug.keystore Usually this means something like: C:\Users\Username.android\debug.keystore
Your answer
