Updated FAQ Frequently Asked Questions (markdown)

Miku AuahDark
2022-01-02 23:04:07 +08:00
parent e234264e05
commit 24465c1334
+1 -1
@@ -66,7 +66,7 @@ This is due to Android memory allocator and LuaJIT. See https://github.com/LuaJI
What's "experimental fusing" method?
-----
It's the new, more efficient way to package your game for Android. Previously, you have to put `game.love` into the `assets` folder (either in APK or in the Android project), which may be problematic in certain situations. With the old packaging, the structure will look like this:
It's the new, more efficient way to package your game for Android starting in LOVE 11.4. Previously, you have to put `game.love` into the `assets` folder (either in APK or in the Android project), which may be problematic in certain situations. With the old packaging, the structure will look like this:
```
love-android