In my code I have this
Log.d(\"WFlog (executeRequest)\", request.toString()) ; httpResponse = client.execute(request); Log.d(\"WFlo
Thanks Nick. It worked for me. For dev purpose I just set the Thread Policy to default by doing this
*ThreadPolicy tp = ThreadPolicy.LAX; StrictMode.setThreadPolicy(tp);*
This should be removed for the final version.