Hi,
i have used below steps for setup the my emulator
1.C:\Program Files\android-sdk-windows\tools>adb shell 2. # sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db 3. sqlite> INSERT INTO system VALUES(99,’http_proxy', '10.10.8.1:8080');
after that i closed adb shell command prompt and my emulator. and then opened my emulator but webbrowser is not opening any page(web page not available messaage) .
Please any one tell me the solution for this problem. is any other way to connect net in android emulator?
Regards, Jeyavel N