I have a question about the Exporting for Google Play Store - Godot

I can’t generate non-debug keystore in the < Cmd.exe > it keeps repeating questions about name, surname and city .

Does anyone know the solution?

What’s the problem with providing this information?
I created the debug key in a simple way.
keytool -keyalg RSA -genkeypair -alias androiddebuguser -keypass androidpass -keystore debug.keystore -storepass androidpass -dname "CN=Android Debug,O=Android,C=UA" -validity 9999 -deststoretype pkcs12
while setting it in advance
sdkmanager --sdk_root="C:\Users\user\AppData\Local\Android\Sdk" "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" " cmake;3.10.2.4988404" "ndk;21.4.7075529"

But it’s not entirely clear why you need a debug key for the Google Play Store.

This is for version 3+