Android Emulator Access Tomcat

Source: Internet
Author: User
in the general development of Java Web programs, We usually use localhost or 127.0.0.1来 to access the native Web service, but if we use the same address in the Android emulator to access it, the Android emulator will not be able to access our services properly, why is it? We can understand this: Android is the Linux kernel, including Android itself is an operating system, therefore, At this point we entered the browser in the simulator localhost or 127.0.0.1 represents the Android simulator (Android virtual machine), not your computer, understand? This is why you will report "Web page not available" When you use localhost in the emulator.
So how do you get access to Web apps on your local computer? in Android, we map the address of our local computer to 10.0.2.2, so we just need to change the original localhost or 127.0.0.1 to 10.0.2.2. You can access the Web resources on the local computer on the emulator.
Of course, Android apps also don't forget to add Internet permissions to access the network.

Android Emulator Access Tomcat

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.