简体   繁体   中英

Android-Device and Emulator cannot reach an internal Web-Server

I have a Web-Server http://my-server.com in my network which cannot be reached with my android device and android developer. The Web-Server is only accessible in my network, so I can open pages from my desktop pc but the android devices cannot find the web server when i try with their browser.

Are there any DNS Settings which I can adjust so that the devices can reach my server?

Thanks

Use with your local server IP address :

http://192.155.1.66

or, if its running on specific port then,

http://192.155.1.66:3001

Thanks.

您是否在清单文件中授予了以下权限

<uses-permission android:name="android.permission.INTERNET"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM