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
three-person-007 commented
cyberMilosz commented
That sounds like a networking issue on your end, not a drozer issue.
You could try using adb forward
as described here
three-person-007 commented
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