I started a local http server on Android and it can be reached by other computers in the same local network. But if I try to access this server using opera on the same phone, it won't work. So this means we are not able to access localhost on Android? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You shoud use next IP 10.0.2.2 |
|||||||||||
|
|
Just check this http://developer.android.com/guide/developing/devices/emulator.html#networkaddresses If ur app running in localhost:3000, then try to use as 10.0.2.2:3000 in your android emulator |
|||
|
|