1 2 3 4 5 6
fn main() { tauri_plugin::Builder::new(&[]) .android_path("android") .ios_path("ios") .build(); }