android proxy

androidbeginner

New Member
hi everyone!!

i am currently working on android application. when i connect my android device (version 2.1) to PC and run my application the device is unable to detect the proxy on its own and hence i am unable to view internet content.

However, the same code works fine when the android device connected is 3.0 version. Could someone let me know how the proxy can be set via application?
 

corwin42

Expert
Licensed User
Longtime User
There are many problems accessing the internet from the emulator if you need to use a proxy. I found some tips from making an entry in a sqlite database to configure the proxy in the APN of the emulator. I tried everything but nothing worked for me. It seems that this problem is fixed with Android versions 3.0 and above in the emulator.
 
Upvote 0
Top