[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-06-01 Thread Zoltán Kisgyörgy
now with the 1.5 the things had changed a bit.I tought too that the maps are missing but there are there you only have to make an instance that uses the Google Api and not only the Android 1.5 So simply in the AVD make sure you select the one with the Google API For Applications regarding a Maps ap

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-06-01 Thread k_zoltan
now with the 1.5 the things had changed a bit. I tought too that the maps are missing but there are there you only have to make an instance that uses the Google Api and not only the Android 1.5 So simply in the AVD make sure you select the one with the Google API For Applications regarding a Maps

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-06-01 Thread Raphael
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 wrote: > > Yes, that's it, thanks! Works like a charm. The o

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-05-30 Thread pawpaw17
The first time I get the failure, this is in the logCat: 05-30 23:12:50.607: DEBUG/InetAddress(570): www.google.com: 209.85.225.104 (family 2, proto 6) 05-30 23:12:50.637: DEBUG/InetAddress(570): www.google.com: 209.85.225.147 (family 2, proto 6) 05-30 23:12:50.637: DEBUG/InetAddress(570): www.go

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-05-30 Thread pawpaw17
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

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-05-30 Thread patrick
oops, was too slow :) On 31 mai, 00:33, patrick 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 wrote: > > > Everyone, > > > Thanks in advance for any thoug

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-05-30 Thread patrick
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 wrote: > Everyone, > > Thanks in advance for any thoughts on this. In v1.5 of the SDK, the > Maps/Streetview app > is not installed

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-05-30 Thread Raphael
You will have maps if you create an AVD that targets the "Google APIs" add-on: $ android create avd --name some_avd_name --target 3 ... $ emulator @some_avd_name (or using Windows > AVD Manager in Eclipse). I think with 1.5_r2 you also get streetview in the emulator, not sure. R/ On Sat, Ma