瀏覽代碼

Add note about Android exports not using PCK.

bruvzg 2 年之前
父節點
當前提交
631485af4c
共有 1 個文件被更改,包括 6 次插入0 次删除
  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
 ------------