hulthe 67094b6e8f
APK Builder / build-apk (aarch64) (push) Failing after 5m50s
APK Builder / build-apk (x86_64) (push) Failing after 5m43s
Add Gitea workflow that builds Android APKs
2026-08-23 11:31:12 +02:00
2025-12-29 19:27:10 +01:00
2025-12-28 14:51:24 +01:00
2026-03-22 12:03:03 +01:00

Inköpslista

Building

Desktop

cd gui/
cargo run --release

Web

Use the Dockerfile.

docker build . -t <tag>

Android

First, install an Android SDK and NDK, for example using Android Studio. SDK 35 (Android 15) is known to work. NDK 29 is known to work.

cd gui/
cargo apk build --target aarch64-linux-android --lib --release
S
Description
No description provided
Readme
449 KiB
Languages
Rust 63%
Slint 28.2%
Dockerfile 6.1%
HTML 2.7%