Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'no android devices found' #97

Closed
ericmigi opened this issue Aug 30, 2022 · 4 comments
Closed

'no android devices found' #97

ericmigi opened this issue Aug 30, 2022 · 4 comments

Comments

@ericmigi
Copy link

image

adb is connected. I can run adb shell no problem.

@Leland-Takamine
Copy link
Contributor

I know we verified that this was working last week, so something's going on. Let me test this flow out on my end.

@Leland-Takamine
Copy link
Contributor

Ok I'm running into the same issue with the pairing workflow. We'll investigate on our end. In the meantime, using an emulator seems to work fine. We'll report back when we've root caused the issue.

@Leland-Takamine
Copy link
Contributor

Alright this was due to a silly mistake in the documentation. We were missing step (2) below:

  1. Pair your device over wifi using the standard adb pair HOST:PORT CODE command (docs).
    • eg: adb pair 10.0.0.192:46851 123456
  2. Tell your device to listen for connections on port 5555.
    • adb tcpip 5555
  3. Once your device is listening for connections on port 5555, Maestro can connect to your device using your device's IP address (same as HOST above).
    • eg: maestro --host 10.0.0.192 test flow.yaml.

I've updated the documentation as well.

@ericmigi Closing since I believe this is fixed with the update to the documentation, but please feel free to open back up if this still doesn't work for you!

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.
Thank you for helping keep us our issue tracker clean!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants