D
D
Dmitry Mushtat2013-12-04 20:40:41
Java
Dmitry Mushtat, 2013-12-04 20:40:41

How to prevent debugging an app created via phonegap to upload to playmarket?

I made an application, I can not upload it to the playmarket.
hover.png
The corresponding checkbox in the settings on the phonegap website is unchecked.
I learned that a keystore file is needed to sign a release. I installed the jdk, and using the keytool.exe utility I tried to generate it, according to the answer to stackoverflow
keytool -genkey -v -keystore yourappname.keystore -alias appnamealias -keyalg RSA -keysize 2048 -validity
10000 ?
Ie:
-keystore (as far as I understand, this is an arbitrary file name that I set myself)
-alias (???)
Other parameters are clear.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Tolstoy, 2013-12-04
@Mushtat

See this question . In the last answer, the author solved the problem and described its solution in detail.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question