Reputation: 87
I happen to accidentally delete the keystore I signed my apk with. And my Android Studio 3.2.1 on Linux Ubuntu 18.04 LTS also does not give me the option to chose signature versions V1 and V2 while signing the apks. Can a copy of my project be signed with a new keystore and be eligible for the play store? Thanks in advance!
Upvotes: 0
Views: 65
Reputation: 213
If the app is not uploaded in the Play store yet, you can generate a new keystore, if your app is already on the Play Store and you don't have the keystore anymore, then you have a problem...you should do a multiple backup of your app Keystore before you upload it to the market, that's an hard lesson to face. Good luck my friend, keep coding!
Upvotes: 1