I easily found Google maps icon on Android 1.5/1.6 with Google API Leve 3/4. But why I couldn't find Google maps icon on Android 2.0 with Google API Level 5 ? Is there somebody met the same problem with me? Please tell me how to solve this situation. Thank you.
----- Original Message ----- From: "JP" <joachim.pfeif...@gmail.com> To: "Android Developers" <android-developers@googlegroups.com> Sent: Saturday, October 31, 2009 11:49 AM Subject: [android-developers] Re: Google Streetview for 2.0 emulator, to test invocation through an Intent I had used the .apk off a device... it didn't occur to me that there's an image on Cupcake avd's... That worked, so for some reason the builds seem to differ or something. On Oct 30, 7:05 pm, davemac <davemac...@gmail.com> wrote: > 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 -- 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