Android – How to Create Signed Application Package / Signed APK

Create a new keystore and save the signed APK

  1. Right Click on Your Project
  2. Select Android Tools
  3. Select Export Signed Application Package
  4. Browse and Select the project to export
  5. Select Create new keystore
  6. Browse a location to save keystore
  7. Enter a password (The keystore can be reused for creating future signed build, so remember the password)
  8. Click Next
  9. Enter the details for Key Alias Creation
    1. Alias: We may use the project name itself
    2. Password: (for easy remembrance you may use the same password as keystore)
    3. Enter a Validity (in years) say 50 years or anything
    4. Fill any one or all of the other section details (First Name and last Name, Organizational Unit etc)
  10. Browse a location where you want to save the signed apk

Use existing keystore and save the signed APK

  1. Right Click on Your Project
  2. Select Android Tools
  3. Select Export Signed Application Package
  4. Browse and Select the project to export
  5. Select Use existing keystore option
  6. Browse the existing keystore file (The one saved in Step 6 of keystore creation)
  7. Enter the password (Password entered in Step 7 of keystore creation)
  8. Click Next
  9. Select Use existing key(created in Step 9 of keystore creation)
  10. Select the Alias from the drop down
  11. Enter the password (Password entered in Step 9 of keystore creation)
  12. Click Next
  13. Browse a location where you want to save the signed apk

Source: Android App Signing

4 thoughts on “Android – How to Create Signed Application Package / Signed APK

    • @vizag Option 1: Create a new keystore and save the signed APK, like I said in the blog

      Option 2: About knowing someone’s key, it will be needed only to submit/update an app which is already in play store. Also to get an existing keystore file and keystore password, the one who created it should share it to you. Of course, you should be part of their organisation.

      Like

Leave a comment