Commit Graph

13 Commits

Author SHA1 Message Date
Misa 0a72cc6614 Android: Update `README.md` for Maven package
Since #1047 was merged, we now make the user build the SDL prefab
themselves (as SDL does not publish Maven packages yet). Here are some
instructions for doing that.
2023-11-14 17:29:34 -08:00
leo60228 ca71410f14 Use Android SDL2 via Maven 2023-11-14 17:18:08 -08:00
Misa 9a9fb5b237 Android: README: Fix swapped h1/h2 headers
The ones I meant to be h1 appeared as h2 and vice versa. Whoops.
2023-10-25 16:44:23 -07:00
Misa f83b63142d Android: Add `README.md`
This serves as a file to help others in building the C++ Android version
for themselves.

These instructions are what I figured out to get it to work for me, and
should be kept up to date.
2023-10-25 15:04:12 -07:00
leo60228 246a91c45e Use existing package name to allow updates 2023-10-25 14:44:34 -07:00
leo60228 e170d19e16 make more tasks depend on zipRepoAssets 2023-10-25 14:44:34 -07:00
leo60228 6d88f8b1d6 Ignore output-metadata.json 2023-10-25 14:44:34 -07:00
leo60228 dae5f7bbd7 Use adaptive icon (legacy was chosen by mistake) 2023-10-25 14:44:34 -07:00
leo60228 4512c13507 Fix release builds (Gradle why) 2023-10-25 14:44:34 -07:00
leo60228 2986dc01d9 Add DocumentsProvider 2023-10-25 14:44:34 -07:00
leo60228 945823ca30 Build and mount repo.zip with fonts/ and lang/ 2023-10-25 14:44:34 -07:00
leo60228 f3f9d1b523 Enable ABI splits
This is somewhat convenient for development, as it means that Android
Studio will only do a native build for the architecture of the device
being used for testing.

This is ignored for AABs, so it won't affect release builds (at least
for Google Play).
2023-10-25 14:44:34 -07:00
leo60228 4229372c2e Android port 2023-10-25 14:44:34 -07:00