The virtual device has the IP address 192.168.232.20. What is the correct IP address to access the host (aka development machine)?
According to official network documentation the emulated device should have the IP address 10.0.2.15 and the development machine should be accessible via IP 10.0.2.2 with the latter being an alias to the loopback interface of the host.
But for some reason the emulator uses the subnet 192.168.232.*. I guessed and tried 192.168.232.2 to connect to the host, but failed. Somehow my emulator uses a different virtual network configuration than officially documented, but I did not find any config file that looks suspicious.
Two questions:
- Does anybody experience similar issues and could tell me what the correct host IP is in this case?
- Where is this (unusual) configuration being set?