2017

Table Of Contents
Creating a keystore
Create a Google keystore for Mac
Read the documentation here:
http://docs.appstudio.net/display/AppStudio/2.+Create+a+Google+Keystore. For further
information on this, please read the Android documentation here:
http://developer.android.com/tools/publishing/
To create a Google keystore for a Mac:
1
Edit: Your_personal_file title and Your_personal_alias in the following
example of a Keytool command that generates a private key: keytool -genkey -v
-keystore Your_personal_file_title.keystore -alias
Your_personal_alias -keyalg RSA -keysize 2048 -validity 10000 .
2
You will need to edit several elements of your newly created key:
a
Open the Terminal App on your mac (Applications / Utilities / Terminal)
b
In the command line copy and paste the Google Key you created and press ENTER
c
Enter the following profile information when prompted:
Keystore password
First and last name
Your organizational unit
Name of your organization
City or Locality
State or Province
The two-letter country code for your unit
d
Answer YES when asked to confirm that the information is correct.
3
You key will be generated and you will be asked for the following:
Keystore password. This is the keystore password you entered into the form.
Key password.
4
You key will be generated and you will be asked for the following:The key will be saved
in your Users/hardrive name (home icon)/ mykeys.keystore. If you cannot
find the key in this location, go back in to Terminal, press return and type in pwd
my-macbook-pro-2:~ hardrivename$ pwd. This will return Users/location/,
This is the location of your key.
5
Complete the Android App Studio App Submission form and attach your Google key.
Create a Google keystore for Windows
Read the documentation here:
http://www.thomasmortensen.com/index.php/71-android-keystore-jdk.
Ensure you have the Java Development kit installed on your machine before you start.
You will need this to create your Keystore file. To download the JDK installation file,
DIGITAL PUBLISHING WITH QUARKXPRESS 2017 | 101
THE APP STUDIO FEATURE