SStandard procedure: First you need to open the command prompt.. Easiest way is to click the “Start menu” in the bottom left corner and in the search field write: cmd [Push the Enter button]. Afterwards the Command Prompt appears and you find your installed JDK.
· To go from a directory to its parent directory write cd.. [Push the Enter button].
· When you are at c:/ write cd Program files [Push the Enter button].
· cd Java [Push the Enter button].
· cd jdk1.7.0_03 [Push the Enter button].
· cd bin [Push the Enter button].
· keytool -genkey -v -keystore Your_personal_file_title.keystore -alias Your_personal_alias -keyalg RSA -keysize 2048 -validity 10000 [Push the Enter button].
Remember to edit the two textbits Your_personal_file_title & Your_personal_alias.
· And enter your profile information.
· Afterwards it will create your Android Keystore file in your C:\Program files\Java\jdk1.7.0_03\bin directory, with the name you gave it…
You now have your Keystore file, and can activate it in whatever application you generate your Android apps in (ex. build.phonegap.com).
0 comments:
Post a Comment