Making a new keystore for published app

Hi,

My computer recently broke down and I lost all my data. While most of my stuff was on the cloud, my keystore wasn’t.

I need to update my app now. Is there any way to retrieve or recreate my keystore? Can I publish an update without using keystore?

Thanks

https://www.google.it/?gfe_rd=cr&ei=F_KNWP-ZLbSs8wfDj5C4DQ#q=android+lost+keystore

Seems there is no way to recover and no way to publish an update.

From Developer Console Help

Use the following checklist to make sure your new APK is ready to update your existing users:

  • The Package Name of the updated APK needs to be the same as the current version.
  • The Version Code needs to be greater than that current version. Learn more about versioning your applications.
  • The updated APK needs to be signed with the same signature as the current version.

Just create a new key for your next update - https://docs.coronalabs.com/guide/distribution/androidBuild/index.html

https://www.google.it/?gfe_rd=cr&ei=F_KNWP-ZLbSs8wfDj5C4DQ#q=android+lost+keystore

Seems there is no way to recover and no way to publish an update.

From Developer Console Help

Use the following checklist to make sure your new APK is ready to update your existing users:

  • The Package Name of the updated APK needs to be the same as the current version.
  • The Version Code needs to be greater than that current version. Learn more about versioning your applications.
  • The updated APK needs to be signed with the same signature as the current version.

Just create a new key for your next update - https://docs.coronalabs.com/guide/distribution/androidBuild/index.html