Android Httpclient Exception Control Issue (manager Is Shut Down)
My app posts some strings to my server. It use HttpClient to send datas. All functions are perfect without 1 problem.. If My phone is on networking state then I click submit button
Solution 1:
I think the problematic line is
httpClient.getConnectionManager().shutdown();
This is the original Apache documentation, without more code (and the full stack trace) is difficult to understand what's going on. I think it's just bad API usage
Post a Comment for "Android Httpclient Exception Control Issue (manager Is Shut Down)"