WithSecureLabs/drozer

When using Docker to build an environment on a Mac, there seems to be network isolation, which prevents direct access.

three-person-007 opened this issue · 2 comments

I have forwarded the port of the Android emulator to the physical host 172.16.0.249, but I cannot see the corresponding device.
image
image

That sounds like a networking issue on your end, not a drozer issue.

You could try using adb forward as described here

Thank you very much for your reply. I have solved the problem. It was due to the network communication issue between Docker and the host machine. I found the solution in the "issues" section.https://github.com/WithSecureLabs/drozer/issues/325