Hi there, we promised to keep posting useful IT info and that's what we'll do.
Ever tried to connect to your localhost i.e. either WAMP (Windows Apache Mysql Php) or XAMPP via an the Nokia emulator or Android and it refuses to connect, well this happens basically because the term Localhost "is that standard hostname given to the machine itself.
Commonly represented by the IP address 127.0.0.1" Source: http://whatismyipaddress.com/localhost.
Since the localhost means the machine itself, this simply means that localhost from most emulators points to the phone itself.
Commonly represented by the IP address 127.0.0.1" Source: http://whatismyipaddress.com/localhost.
Since the localhost means the machine itself, this simply means that localhost from most emulators points to the phone itself.
//The SolutionUse http://10.0.2.2 instead of http://localhost to point to the localhost of the computer. That's all.



No comments:
Post a Comment