I am trying to convert my website into an app. I used the additional code of
However, I am stuck at the signing APK point.
Stuck on Step 3: http://docs.phonegap.com/phonegap-build/signing/android/#Android%20Signing
Error Message: C:\Users\User\keytool -genkey -v -keystore [PRIVATE].keystore -alias [PRIVATE] -keyalg RSA -keysize 2048 -validity 10000 'keytool' is not recognized as an internal or external command, operable program or batch file.
Could anyone give me some advice on how to enter this code correctly so that I can generate the keystore key and file?