chromeos - chrome can't reach 127.0.0.1:8080
Solution 1:
Android apps run from an isolated environment on ChromeOS, you will need to get the ip address. From termux, try ifconfig arc0
and look up the ip address and use that instead of 127.0.0.1
.