Browse Source

Merge pull request #7185 from and-rad/android-keystore

Added note about key and keystore passwords to Exporting for Android …
Max Hilbrunner 2 years ago
parent
commit
f6d5e2cb2c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tutorials/export/exporting_for_android.rst

+ 6 - 0
tutorials/export/exporting_for_android.rst

@@ -64,6 +64,12 @@ the JDK can be used for this purpose::
 
 
 This will create a ``debug.keystore`` file in your current directory. You should move it to a memorable location such as ``%USERPROFILE%\.android\``, because you will need its location in a later step. For more information on ``keytool`` usage, see `this Q&A article <https://godotengine.org/qa/21349/jdk-android-file-missing>`__.
 This will create a ``debug.keystore`` file in your current directory. You should move it to a memorable location such as ``%USERPROFILE%\.android\``, because you will need its location in a later step. For more information on ``keytool`` usage, see `this Q&A article <https://godotengine.org/qa/21349/jdk-android-file-missing>`__.
 
 
+.. note::
+
+   It is important that the password is the same for the keystore and the key. This is a `known Android
+   studio issue <https://developer.android.com/studio/known-issues#ki-key-keystore-warning>`__ that also
+   affects Godot projects.
+
 Setting it up in Godot
 Setting it up in Godot
 ----------------------
 ----------------------