Android KSOAP2 throws SocketTimeoutException

后端 未结 2 1364
忘了有多久
忘了有多久 2021-01-25 16:52

I have used the above library for SOAP objects in my Android project, in order to connect to a .NET web service. The application was working fine till I made some changes and al

2条回答
  •  庸人自扰
    2021-01-25 17:04

    interesting, while increasing/decreasing target APIs and playing around with manifest, please make sure you have the internet permission:

    
    

提交回复
热议问题