#RC Android builds are failing with:
1 messages · Page 1 of 1 (latest)
Can you please post the full error message?
Can you check if the command itself fails?
adb reverse tcp:1430 tcp:1430
it should return 1430
Also adb reverse --list could be helpful.
Here's the output
$ adb reverse tcp:1430 tcp:1430
1430
$
$ adb reverse --list
host-15 tcp:1430 tcp:1430
$
So setting up the tunnel works but somehow fails when using the toolchain
Clone my repo and give it a try:
https://github.com/slimandslam/openaiimages
stupid but can you retry? 🙃
Just tried again. Same result.
Are you running multiple instances or just one?
just one
can you try this again with 1420 and if it fails check if there is any service already using this port?
will test the repo later
The adb commands also work for 1420
I have the exact same error for android
yep got the same error as well, running the commands manually work but not in the toolchain
fix is being deployed https://github.com/tauri-apps/tauri/actions/runs/10228473389
terminal is ready to bun update ^^
Just did it, ran bun tauri run android dev and seems to compile fine 🎉
Working great now. Thanks!
❤️