Browse Source

Merge pull request #6199 from bruvzg/apk_no_encrypt

Add note about Android exports not using PCK.
Max Hilbrunner 2 years ago
parent
commit
ee6e70798a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      development/compiling/compiling_with_script_encryption_key.rst

+ 6 - 0
development/compiling/compiling_with_script_encryption_key.rst

@@ -22,6 +22,12 @@ with that same key.
     It is absolutely **required** to compile your own export templates to use
     PCK encryption.
 
+.. warning::
+
+    By default, Android exports store assets directly in the APK file and
+    aren't affected by PCK encryption. To use PCK encryption on Android, enable
+    **APK expansion** in the export options.
+
 Step by step
 ------------