Can now build to android apk

Need to fix:
- Remove default android header bar
- Fix rcss styling to work on small screens
This commit is contained in:
2026-08-09 00:16:23 -05:00
parent 4aa23d3670
commit a3c7d9cf75
13 changed files with 668 additions and 7 deletions

View File

@@ -80,6 +80,7 @@
buildToolsVersions = [ "34.0.0" ];
includeNDK = true;
ndkVersions = [ ndkVersion ];
cmakeVersions = [ "3.22.1" ];
abiVersions = [ "arm64-v8a" ];
includeEmulator = false;
};