I tried the same thing. I have a demo app that invokes streetview via an Intent. It doesn't work in stock Android 2.0 because as you pointed out, Street.apk is not there. I fired up a Donut Maps AVD in the emulator, used "adb pull" to get Street.apk (and Maps.apk for good measure) off, quit that AVD and launched an Eclair Maps AVD, then did "adb install Street.apk" and "adb install Maps.apk" but got success for both. You sure you were trying to install onto your new Eclair AVD and not your old Donut one? My demo app works again like it did before.
- dave On Oct 29, 3:14 am, JP <joachim.pfeif...@gmail.com> wrote: > My apps invoke Google Streetview through an Intent (as document > here:http://developer.android.com/intl/zh-TW/guide/appendix/g-app-intents....). > Right now I am testing things out for Android 2.0. In the absence of a > physical device, this is through emulator testing only, for now. > I noticed the Google apps, which are needed to test the above, are > missing in 2.0. I did some poking around but couldn't find a source > to install those on the emulator (I am aware there's been some > commotion around that aspect of Android...). So I tried the Cyanogen > (sp?) route, pull Street.apk off a 1.6 device and then adb install it > in the emulator. That didn't work... Street.apk is reported as already > existing, and I cannot replace it ("failure"). > BTW: I cross checked this method against Maps.apk, and that went > through OK. > > Anybody got an idea how to properly install street view on the 2.0 > emulator? (Did I fundamentally miss something here?) -- 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