Hi.... I've tried both the ways but I cant do that. I dont know whats the problem. While working on fist one I got "Host is unresolved". please correct me if I m wrong: I wrote the command -http-proxy http://192.168.0.1:808 in additional emulator command line option in Target while running the emulator.
On Sep 7, 1:00 am, "Shibu Devasia" <[EMAIL PROTECTED]> wrote: > Yeah, lot of peopel have spent lot of time solving this problem including > me. > Hope the below solution will help u and avoid what we have gone through. > > Solution 1:http://code.google.com/android/reference/emulator.html#proxy > > or > > Solution 2: > Ttry to update the emmualtor's settngs.db with another command line > adb shell sqlite3 > /data/data/com.google.android.providers.settings/databases/settings.db > "\"INSERT INTO system VALUES(99,'http_proxy','[HOST]:[PORT]');\"" > > u wont be having sqlite3 in 0.9 sdk so download it from internet > {http://www.sqlite.org/download.html} and keep it under the tools folder and > run the above command. > > Let me knwon which of the solution worked. for me the first one worked not > the second one. > > Thanks, > Shibbs > > On 9/6/08, Nemat <[EMAIL PROTECTED]> wrote: > > > > > hi...... > > > How http proxy should be set to run the internet on the emulator > > browser?? > > > I got the error "Host is unresolved". > > > How it can be solved........??? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

