Answer the question
In order to leave comments, you need to log in
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.
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
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 questionAsk a Question
731 491 924 answers to any question