Connect to localhost from android device

前端 未结 3 1987
栀梦
栀梦 2021-01-16 03:14

i have already search this topic and still don\'t know how to make it work :(
I have a SOAP web service (ASP.NET), and this address (on my localhost) is http://localhos

3条回答
  •  甜味超标
    2021-01-16 03:44

    You need to set uses-permission - android.permission.INTERNET in AndroidManifest.xml and also test that (http://192.168.43.17:50473/Service1.asmx) url on web-browser.

提交回复
热议问题