android - How do I generate a "Keystore" for Google Play? -


After

I am trying to find out the Byzantine process for uploading an app on Google Play.

I need to create my app using PhoneGap's appreciated system, and to make the system a "release build" for me, I have a "keystore" generated, needed.

However, there is nothing on this about when I look at Google's own "keyStore"

I have a "keystore", which theoretically uses Ubuntu, Which is what I am using should be worked on to get it done.

  keytool one ???? Genkey One ???? V one ???? Keystore just2try.keystore one ???? Aka someKindOfName one ???? Keyalg rsa a ???? Validity 10000   

First of all, what should I say, where is it someKindOfName ? My app's name?

In any case, when I run it, I get this response:

  keytool error: java.lang.RuntimeException: use error, a ??? ? Genkey is not a legal order   

I am on a solution to Google, but only people I found were for Windows.

Can anyone provide me, or point to, this "keystore" thing to generate a little more user-friendly step from step guide to me? One of those who work for Ubuntu / Linux?

The order given for making keystore is correct, that is,

< Code> keytool -v -genkey -v -keystore just2try.keystore -alias Some KindOfName -keyalg RSA-Validation 10000

Please do the following. Do not copy it, because I believe the error you are seeing is related to some special characters. The whole thing is in the form of your command prompt or shell.

just2try.keystore has any name for your Java based keystore file. You can choose any name as you did or give it some name that you know can identify the keystore file with you.

Finally, keep in mind that a keystore is like a collection of keys, where each one is identified by a name or surname, then you should choose a nickname that you know that recognizes the specific key. Examples: Mergergie, MandrodPP, etc.

If you are present in keystore, you forget, you can always use the -list command to see all keys of the keystore. Example: keytool -v -list -keystore just2try.keystore

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -