I am trying to access the internet from my application.
We are using proxy in our company, so i entered the proxy settings for the simulator by using the -http-proxy XXXXX.
I added the android.permission.INTERNET in android manifest file as well.
When i am trying to access the internet i am getting this exception and my application is getting force closed.
Note: When i am using the browser application in the Emulator, i am able to access the internet.
I just copy pasted this code http://w3mentor.com/learn/java/android-development/android-http-services/example-of-http-get-request-using-httpclient-in-android/
I am getting the error: WARN/System.err(300): org.apache.http.MalformedChunkCodingException: CRLF expected at end of chunk
Please help me in resolving the same.
Thanks & Regards,
SSuman185