Context
The arm64 binary of bee can be run on android without any dependencies. However there is an error when starting bee, because it is not able to join to the swap-endpoint by name. The error seems to be that the DNS name resolution fails.
As a workaround we built a javascript proxy and run it on localhost and use the localhost address as a swap-endpoint, but it would be better if swarm would just run natively on android without problems.

Context
The arm64 binary of bee can be run on android without any dependencies. However there is an error when starting bee, because it is not able to join to the
swap-endpointby name. The error seems to be that the DNS name resolution fails.As a workaround we built a javascript proxy and run it on localhost and use the localhost address as a
swap-endpoint, but it would be better if swarm would just run natively on android without problems.