简体   繁体   中英

Updating an Android app with original keystore but different project

Recently my computer crashed and I was only able to recover the keystore and apk of one of my Android apps (already published). Would it be possible to make an update to this app by creating a new project (the original one was lost) and using the original keystore? If so, how? Otherwise, how would I be able to update the app without the original project?

1.Create new project with same package name 2.Write your code from scratch 3.Update correct version code 4.Generate Release APK with your key store and remember to write its password when asked. 5.You are good to update on play store.

As long as application Id and certificate used to sing release APK matches already released binary, you can publish whatever you want.

BTW: Keystore is container for your keys . So if you just recovered keystore it does not automatically mean you recovered your keys (as you might have forgot key password).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM