SyntaxFix
Write A Post
Hire A Developer
Questions
The problem is that the Android emulator maps 10.0.2.2 to 127.0.0.1, not to localhost. So configure your web server to serveron 127.0.0.1:54722 and not localhost:54722. That should do it.
10.0.2.2
127.0.0.1
localhost
127.0.0.1:54722
localhost:54722