mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Improve Android export presets reg. passwords. (#2077)
This commit is contained in:
committed by
Rémi Verschelde
parent
d5a383b631
commit
b1eb97e34b
@@ -70,17 +70,20 @@ keystore file; such file can be generated like this:
|
||||
|
||||
keytool -v -genkey -v -keystore mygame.keystore -alias mygame -keyalg RSA -validity 10000
|
||||
|
||||
This key is used to verify your developer identity, remember its password and keep it in a safe place!
|
||||
This keystore and key are used to verify your developer identity, remember the password and keep it in a safe place!
|
||||
Use Google's Android Developer guides to learn more about `APK signing <https://developer.android.com/studio/publish/app-signing>`__.
|
||||
|
||||
Now fill the following forms in you Android Export Presets:
|
||||
Now fill in the following forms in your Android Export Presets:
|
||||
|
||||
.. image:: img/editor-export-presets-android.png
|
||||
|
||||
- Release: Enter the path to the keystore file you just generated.
|
||||
- Release User: Replace with what your key alias.
|
||||
- Release Password: Key password.
|
||||
- Release User: Replace with the key alias.
|
||||
- Release Password: Key password. Note that the keystore password and the key password currently have to be the same.
|
||||
|
||||
Now your export_presets.cfg file contains sensitive info; if using a Version Control System, it is a good idea to remove it from public repositories.
|
||||
**Now your export_presets.cfg file contains sensitive info;** if using a Version Control System, it is a good idea to remove it from public repositories.
|
||||
|
||||
Don't forget to disable the ``Export With Debug`` button while choosing the APK's name.
|
||||
|
||||
.. image:: img/export-with-debug-button.png
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user