Problem running wireless apps in android studio

Asked

Viewed 16 times

1

I’m having the problem of not being able to use the ADB Wireless function to get Builder and debug without needing USB cable.

I used plugins normally and never had problem, but I do not know if it was because of the update to Android 8.1.

Follow the steps I take today:

$ ./adb kill-server
$ ./adb tcpip 5555
restarting in TCP mode port: 5555

$ ./adb connect 192.168.0.107:5555
failed to connect to '192.168.0.107:5555': Operation timed out

I run these steps inside the android Platform-tools folder on a Macbook Pro

I have checked the development options and they are the same as before.

  • 1

    Hello @Diego, I edited your question to highlight your steps made, so I removed all the extra information from your terminal, if necessary you can reverse this edition on this page. =D

  • Ah, perfect. Thank you very much ;).

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.