TickJar
TickJar
I have a similar issue with an apple M3 chip.
My mistake, here is the tauri info output: ``` [✔] Environment - OS: Mac OS 15.1.1 arm64 (X64) ✔ Xcode Command Line Tools: installed ✔ rustc: 1.82.0 (f6e511eec 2024-10-15) ✔...
> So i assume by "following the prereqs" included this android part right? https://tauri.app/start/prerequisites/#android If so, can you share the output of `ls $ANDROID_HOME/ndk` ? So I have run into...
> export NDK_HOME="$ANDROID_HOME/ndk/$(ls -1 $ANDROID_HOME/ndk)" So this is leading to some enlightenment on my end. I'm not sure if this is expected behavior, but entering these commands into my terminal...
Also, after running `tauri android dev`, running `tauri android init` results in the same error appearing: ``` action request: to initialize Android environment; Android support won't be usable until you...