#RC Android builds are failing with:

1 messages · Page 1 of 1 (latest)

pastel bone
#

Error command ["/Users/myname/Library/Android/sdk/platform-tools/adb", "reverse", "tcp:1420", "tcp:1420"] exited with code 1
I'm using the latest version of Android Studio.
Anyone have a clue?
This looks like it has something to do with the revised vite config. The iOS and MacOS builds are working ok, though.

pulsar terrace
#

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.

pastel bone
#
$ adb reverse tcp:1430 tcp:1430
1430
$
$ adb reverse --list
host-15 tcp:1430 tcp:1430
$
pulsar terrace
#

So setting up the tunnel works but somehow fails when using the toolchain

pastel bone
pulsar terrace
#

stupid but can you retry? 🙃

pastel bone
#

Just tried again. Same result.

pulsar terrace
#

Are you running multiple instances or just one?

pastel bone
#

just one

pulsar terrace
#

will test the repo later

pastel bone
#

The adb commands also work for 1420

zenith berry
#

I have the exact same error for android

hollow lava
#

yep got the same error as well, running the commands manually work but not in the toolchain

vernal panther
#

ohhh i think i know what’s the issue

#

it’s damn NAPI again

#

i’ll fix it soon

vernal panther
hollow lava
#

terminal is ready to bun update ^^

hollow lava
#

Just did it, ran bun tauri run android dev and seems to compile fine 🎉

pastel bone
#

Working great now. Thanks!

vernal panther
#

❤️