Android 127.0.0.1/localhost Connection refused, you should use 10.0.2.2 on the simulator to access your computer native

Source: Internet
Author: User

Debug via Android Simulator simulator link localhost or 127.0.0.1, because I built Apache on the computer, and my code is probably
URL url = new URL (urlstring);
URLConnection urlconn = Url.openconnection ();

But the error!!

Exception 1:java.net.connectexception:localhost/127.0.0.1:8080-
Connection refused

The problem is that the Android Emulator (simulator) takes itself as localhost, that is, the code uses localhost or 127.0.0.1来 access, are all access to the simulator itself! This is not going to work!

If you want to access your computer on the emulator simulator, then use the Android built-in IP 10.0.2.2 bar, 10.0.2.2 is the specific IP set by the simulator, is the alias of your computer aliases alias

Remember, use 10.0.2.2 on the simulator to access your computer's machine

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.