On Thu, Jun 24, 2010 at 12:29 PM, kypriakos <[email protected]> wrote:
> > Is it possible for the emulator's browser to read the local disk on > the machine it is running > on not directly, the emulator shields the guest system from the machine it is running. you can access your machine's localhost (127.0.0.1) with the special IP address 10.0.2.2 though. > and read/execute javascript code? All I was able to achieve was to > open public URLs > - even though I have not managed yet to get it to connect to the > public Net. > > you could have a web server running on your machine, listening on 127.0.0.1:8080, then connect to 10.0.2.2:8080 in the browser, it should connect to your web server, et voila. note that this is different than direct access to the file system though. > Thanks > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

