I have an android application(Android 2.2) accessing internet behind proxy.
I have tried setting an APN with proxy host & port and it works fine in emulator browser.
But the application fails to connect to internet.
I have also tried command line option of -http-proxy, it doesn’t work.
Can somebody help me with it?
After so many days of struggling, I found out there is an issue on android when accessing the https using apache HTTP client with proxy.
Refer this for issue.http://code.google.com/p/android/issues/detail?id=2690
The fix for the problem is here.