Add Android APK build support with Tauri 2.x mobile
Some checks failed
Build / build-android (push) Has been cancelled
Build / build-linux (push) Has been cancelled
Build / build-windows (push) Has been cancelled

This commit is contained in:
2026-01-23 22:16:14 +11:00
parent 1c3bfa77b6
commit 4eae55476f
44 changed files with 6156 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
//! Mobile-specific entry points for Android and iOS
use tauri::{AppHandle, Runtime};
/// Mobile entry point
#[tauri::mobile_entry_point]
fn main() {