Sorry, not idea on that one. May I suggest you write a bug at
http://b.android.com with a snippet of code (e.g. a new skeleton
project with minimal code) to reproduce it?

Thanks in advance,
R/

On Sat, May 30, 2009 at 4:01 PM, pawpaw17 <georgefraz...@yahoo.com> wrote:
>
> Yes, that's it, thanks! Works like a charm. The only other
> nutty thing I keep noticing with Android 1.5, that I noticed
> in 1.1, is the "first" call to geocoding always fails for
> me after I create the geocoder object. In the code below
> I always hit the exception. The second call always works though.
>
> Has anyone else noticed this?
>
>
> boolean networkfailure = false;
> try{
> locations = gc.getFromLocationName(Zip,1);
> }
> catch (IOException e)
> {
> networkfailure = true;
> }
>
> if (networkfailure){
> try{
> locations = gc.getFromLocationName(Zip,1);
> }
> catch (IOException e){}
>
>
>
> On May 30, 5:34 pm, patrick <patrick.boul...@gmail.com> wrote:
>> oops, was too slow :)
>>
>> On 31 mai, 00:33, patrick <patrick.boul...@gmail.com> wrote:
>>
>>
>>
>> > in fact, when u create the avd, u have currently 3 target available:
>> > 1.1
>> > 1.5
>> > 1.5 + google maps apis
>>
>> > so i guess u choosed the 1.5 target.
>>
>> > On 30 mai, 22:50, pawpaw17 <georgefraz...@yahoo.com> wrote:
>>
>> > > Everyone,
>>
>> > > Thanks in advance for any thoughts on this. In v1.5 of the SDK, the
>> > > Maps/Streetview app
>> > > is not installed in the emulator. I'm relying on launching an implicit
>> > > intent which maps
>> > > my addresses for me. Is there a way to test this in the emulator, i.e,
>> > > do I need to install something
>> > > extra? I'm presuming this is on the actual G1 phone with v1.5. Does
>> > > anyone know?
>>
>> > > I'm also getting 100% failures in calls to getFromLocationName(). Is
>> > > this related?
>>
>> > > Thanks,
>>
>> > > Best,
>>
>> > > pawpaw17- Hide quoted text -
>>
>> - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to