How to create an android app's Keystore file ?

How to create an android app's Keystore file ?

Steps to create an android app's Keystore file

Step 1: In order to create an Android Keystore file, you must first make sure you have Java JDK installed. You will be using the keytool command that is available in the JDK.
(Download Java JDK)

Step 2: Type in the following in the command line...
keytool -genkey -v -keystore file.keystore -alias YOUR_ALIAS_NAME -storepass YOUR_ALIAS_PWD -keypass YOUR_ALIAS_PWD -keyalg RSA -validity 36500

Step 3: Make sure to replace YOUR_ALIAS_NAME and YOUR_ALIAS_PWD with your unique alias name and password.

Step 4: Hit Enter. You will be shown a set of sequential questions to answer in the command line prompt.

Step 5: Place your answer and hit Enter for each question.

    • Related Articles

    • How to request for a new app development from integration portal?

      Now along with the in MyGofrugal app, in the OrderEasy menu, you can also raise a new app development request from the integration portal. Steps to request for new app development from the integration portal. (for new OrderEasy users) Step 1: Login ...
    • How to create firebase analytics JSON file?

      Firebase is Google's mobile application development platform that helps you build, improve, and grow your app. Google Analytics collects usage and behavior data for your app. There are two primary types of information: Events: What is happening in ...
    • How to share details and raise a request to GOFRUGAL for the app development?

      Once the Playstore/App store account creation is done and an invitation is sent to GOFRUGAL development team, user can share their app details required for the publication through their MyGofrugal app. Step 1: Update the MyGofrugal app from the ...
    • Steps to create Appstore account for OrderEasy

      Steps to create an app store account   1. We need Apple ID to start the account creation (or) if you already have an apple ID account, ignore step 2 and proceed   2. To create an Apple ID. Open the URL below and fill the details.   ...
    • What are the general configurations of OrderEasy app in integration portal?

      Go to configuration -> OrderEasy app configuration There are 4 types of configuration in the screen: 1. App configuration 2. About us 3. Multilanguage configuration 4. Payment configuration 1. App configuration: Retailers, according to their business ...