[android-developers] Re: Geocoder nightmare

2011-07-05 Thread Fina Perez
I had that exception once and it was because I didn't have any connection (network, wifi, gps), but I was testing in a real phone. Do you use the emulator? in that case, seems there is a bug (http:// code.google.com/p/android/issues/detail?id=8816) On Jul 5, 3:42 am, bob wrote: > This is the exce

[android-developers] Re: Geocoder nightmare

2011-07-04 Thread bob
This is the exception 07-04 20:38:19.969: WARN/System.err(2861): java.io.IOException: Unable to parse response from server 07-04 20:38:19.979: WARN/System.err(2861): at android.location.Geocoder.getFromLocationName(Geocoder.java:159) 07-04 20:38:19.979: WARN/System.err(2861): at com.coolfo

[android-developers] Re: Geocoder nightmare

2011-07-04 Thread Fina Perez
which exception do you have? And about the thing with the AVD 7 and 8, I use 8 and for me it works. Of course, check the manifest and the internet connection. On Jul 3, 9:56 pm, bob wrote: > Yes, I did this. > > I read in a book that geocoding doesn't work in AVD 7 and 8.  It said > to use AVD 6.

[android-developers] Re: Geocoder nightmare

2011-07-03 Thread bob
Yes, I did this. I read in a book that geocoding doesn't work in AVD 7 and 8. It said to use AVD 6. I'm going to try AVD 6 in a bit. On Jul 3, 1:53 am, Ali Chousein wrote: > Your code should work without problems. I use very similar code in my > application and it just works. > > For Geocode

[android-developers] Re: Geocoder nightmare

2011-07-02 Thread Ali Chousein
Your code should work without problems. I use very similar code in my application and it just works. For Geocoder you need to set android.permission.INTERNET in your manifest file. Did you do this? -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ On Jul