From 32981dc4e6b346b9b71b6fee0ba51d6770ca9237 Mon Sep 17 00:00:00 2001 From: Jeff Magill Date: Thu, 21 Mar 2024 15:55:09 -0400 Subject: [PATCH] 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 --- tutorials/export/exporting_for_android.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index bc97e95d1..9cd37422e 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -144,6 +144,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 `__. Now fill in the following forms in your Android Export Presets: