×

注意!页面内容来自https://websitetoapk.com/docs/creating-keystore-for-signing.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Product Documentation

Creating Java Keystore for APK Signing


Initial Requirements:

Press (Windows + R) or go to Runthen type 'cmd' and press Enter to open Command Prompt.

Command:

keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.keystore -storepass yourpassword -validity 36000 -keysize 2048

Important Note: Always keep a backup copy of your keystore file at a safe location. You will always need the same keystore while updating your existing app on Google Play!

-alias - You can specify alias name with this parameter
-keystore - Name of Keystore File
-storepass - Keystore Password
-validity - Validity of Keystore in Days.

Your Keystore has been createdyou can now use it with Website 2 APK to sign your Apps.

Applying any of suitable methods for App Signing.

This documentation is still under developmentwe are working to add more things to it to make it complete. Keep yourself up to date by visiting this page whenever you needs any help. If heaving some issuesyou can contact Support