How to access the local server using the android Simulator

Source: Internet
Author: User

Original article: http://www.linuxidc.com/Linux/2011-06/37133.htm


Today, the project involves how the android simulator accesses the server. Individuals use local servers for debugging and deploy them on Tomcat servers. How can we access the local server in the android simulator? Some kids may think: Use localhost
Or 127.0.0.1. However, the access fails.

The android simulator uses it as localhost, that is,CodeAccess using localhost or 127.0.0.1! If you want to access your computer on the simulator, use the built-in Android IP Address:
10.0.0.2 and 10.0.0.2 are the specific IP address set by the simulator. They are the alias of your computer and used in the simulator.10.0.0.2You can access your computer.

Finally, the IP address is: http: // 10.0.0.2: 8080/MP3/1.mp3

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.