Hi everyone!
The doc about Android/iOS is really confusing and I've tried to follow this one: https://next--tauri.netlify.app/next/guides/getting-started/setup/next-js
This is the project I was able to create: https://github.com/g123k/tauri-mobile-test
It works well on desktop, but on Android it fails with:
error: failed to run custom build command for `wry v0.23.4`
Caused by:
process didn't exit successfully: `/Users/g123k/Documents/tauri-app/my-app/src-tauri/target/debug/build/wry-5927ce4265faac1c/build-script-build` (exit status: 101)
--- stdout
cargo:rerun-if-env-changed=WRY_ANDROID_REVERSED_DOMAIN
cargo:rerun-if-env-changed=WRY_ANDROID_APP_NAME_SNAKE_CASE
cargo:rerun-if-env-changed=WRY_ANDROID_KOTLIN_FILES_OUT_DIR
--- stderr
thread 'main' panicked at '`WRY_ANDROID_REVERSED_DOMAIN` is not set, which is needed to generate the kotlin files for android.', /Users/g123k/.cargo/registry/src/github.com-1ecc6299db9ec823/wry-0.23.4/build.rs:19:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
Error `Failed to run `cargo build`: Command "cargo build --package app --manifest-path /Users/g123k/Documents/tauri-app/my-app/src-tauri/Cargo.toml --target aarch64-linux-android --color always" didn't complete successfully, exiting with code 101.