Quantcast
Channel: How can I access my localhost from my Android device? - Stack Overflow
Viewing all articles
Browse latest Browse all 49

Answer by Akhil Jain for How can I access my localhost from my Android device?

$
0
0

There is however a far better solution. You can access your host machine with the IP address "10.0.2.2". This has been designed in this way by the Android team. So your webserver can perfectly run at localhost and from your Android app you can access it via "http://10.0.2.2:8080".


Viewing all articles
Browse latest Browse all 49

Trending Articles