mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Android export: special chars in passwords caveat
See for more info about this: https://stackoverflow.com/questions/10338543/what-causes-keytool-error-failed-to-decrypt-safe-contents-entry
(cherry picked from commit 32981dc4e6)
This commit is contained in:
committed by
Max Hilbrunner
parent
24647901be
commit
73a2f8385e
@@ -146,6 +146,7 @@ keystore file; such file can be generated like this:
|
||||
keytool -v -genkey -keystore mygame.keystore -alias mygame -keyalg RSA -validity 10000
|
||||
|
||||
This keystore and key are used to verify your developer identity, remember the password and keep it in a safe place!
|
||||
It is suggested to use only upper and lowercase letters and numbers. Special characters may cause errors.
|
||||
Use Google's Android Developer guides to learn more about `APK signing <https://developer.android.com/studio/publish/app-signing>`__.
|
||||
|
||||
Now fill in the following forms in your Android Export Presets:
|
||||
|
||||
Reference in New Issue
Block a user