This is the error I'm getting. It started showing up all of a sudden. App was working fine for weeks with the same code.
Exception is thrown at this line : list = gc.getFromLocation(latFromGPS, lonFromGPS, 1); W/System.err﹕ java.io.IOException: Timed out waiting for response from server W/System.err﹕ at android.location.Geocoder.getFromLocation(Geocoder.java:136) W/System.err﹕ at in.biteclub.UserLocationActivity2.onConnected(UserLocationActivity2.java:1028) W/System.err﹕ at com.google.android.gms.common.internal.zzk.zzh(Unknown Source) W/System.err﹕ at com.google.android.gms.internal.zzlg.zznU(Unknown Source) W/System.err﹕ at com.google.android.gms.internal.zzlg.onConnected(Unknown Source) W/System.err﹕ at com.google.android.gms.internal.zzli$2.onConnected(Unknown Source) W/System.err﹕ at com.google.android.gms.common.internal.zzj$zzg.zzpf(Unknown Source) W/System.err﹕ at com.google.android.gms.common.internal.zzj$zza.zzc(Unknown Source) W/System.err﹕ at com.google.android.gms.common.internal.zzj$zza.zzt(Unknown Source) W/System.err﹕ at com.google.android.gms.common.internal.zzj$zzc.zzph(Unknown Source) W/System.err﹕ at com.google.android.gms.common.internal.zzj$zzb.handleMessage(Unknown Source) W/System.err﹕ at android.os.Handler.dispatchMessage(Handler.java:102) W/System.err﹕ at android.os.Looper.loop(Looper.java:135) W/System.err﹕ at android.app.ActivityThread.main(ActivityThread.java:5294) W/System.err﹕ at java.lang.reflect.Method.invoke(Native Method) W/System.err﹕ at java.lang.reflect.Method.invoke(Method.java:372) W/System.err﹕ at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904) W/System.err﹕ at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699) Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/db151c69-68ae-46da-8755-811b442f5789%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

