Android: Unable to connect to internet using Emulator
I have a LAN internet connection and also a wireless connection开发者_StackOverflow社区. For the past few weeks, I was able to connect to internet using the Android emulator. Today it stopped working. Unable to find the reason.
Saw other questions on stack overflow which talk about proxy. Don't know whether wireless connections are also behind proxy and if there is where to find it.
in emulator settings - wireless & networks - mobile networks - access point names - telkila
set proxy and port
OR
Run - Run Configurations.. - select application from Android Application - Target tab - Additional Emulator Command Line Options
-http-proxy http://:/
The answer to my question
Upgraded to SDK 2.3 - now no emulators have connectivity
might be of help, as may be my final comment to the answer.
精彩评论