generate a keystore from private key

巧了我就是萌 提交于 2021-01-07 03:52:21

问题


I lost my keystore after updating Android Studio (I searched everywhere on my machine.)

Now I want to avoid losing days making a request for a new Key to Google's support.

I found that I still have the initial private_key.pepk, and distribution/upload certificates (.der) as well as the keystore passwords and Alias.

Is it possible to regenerate a valid keystore from these information, to sign an APK?


回答1:


Are you using Android Studio? If so, then you should be able to generate a new keystore from there automatically. I believe this won't affect your previous apps if you use a new keystore.



来源:https://stackoverflow.com/questions/64957655/generate-a-keystore-from-private-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!