Hello ya'll i am loving Tauri, huge boost to my development. I am working on a desktop app - which runs great.
I decided to try my hand at the new tauri mobile development system.
I am stuck at trying to run the dev server.
So, i run this command yarn tauri android dev [--open]
However, i get some issues.
First error on the VSCode side:
Info detected host target triple "x86_64-pc-windows-gnu"
Error Could not find an Android Emulator matching [--open]
Info Opening Android Studio
Info Accepting new connection 1/100
Info Accepting new connection 1/100
Error WS transport error: i/o error: An established connection was aborted by the software in your host machine. (os error 10053); terminate connection: 1
Seconds error on the android studio side: Cannot build selected target ABI: arm64-v8a,armeabi-v7a,armeabi, supported ABIs are: x86
I've tried an ARM emulator, an x86 emulator, and i tried to run it on my phone. No luck no matter what i do - with the same error.
Note, the project itself builds fine, and works in desktop mode. I simply can't get the android version's dev server to work.