- this is android build branch using tauri framework, I should be work a little
npm i
# init android target
npm run tauri android init
# build android target
npm run tauri android build
# run on android device
npm run tauri run
npm run tauri android run -t aarch64