Hi,
      I am getting "IOException" in getFromLocation function.
I read its not working in previous andriod sdk releases.
i am working on emulator.(Google API 8).

this is the  code.
........................................................................................................

Geocoder g = new Geocoder(this, Locale.getDefault());
List<Address> addresses = g.getFromLocation(latitude,longitude, 10);

.........................................................................................................

Please how can i can i make this work on emulator.

thank you.

-- 
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

Reply via email to