Hi eoswins
First, about the response code. The -1 is a default (bad) value. It should be
set to a new value by the statement above it.
response = httpConn.getResponseCode();
If all is well, it should get the '
HttpURLConnection.HTTP_OK' value.
I am not sure what is causing the 'pid 24563' error. It sounds like there is something wrong in build.(?) Can you tell where in your program the error occurs?
Are you getting the screen with 'Networking' as a label?
Try setting some brakepoints an see how far it gets?

If it helps some my code is also not working. It tells me "Error connecting.".
And the exception says 'Unknown host' for 'www.mayoff.com' .
But I can enter the URL in the browser and it works.
Hope this helps
Cliff