[android-developers] Re: Maps Intent in CupCake

2009-05-01 Thread Mark Murphy
JP wrote: Also, map tiles are not displayed with a 1.5-based build of the app. The 1.1-based build using identical source code base runs on an id=3 AVD just fine. Except for the Street View issue, of course. Don't know if this helps, but in a related thread, somebody wrote: I had to

[android-developers] Re: Maps Intent in CupCake

2009-05-01 Thread JP
Thanks Mark, I've seen it and I'll give it a shot. After a couple of days testing on Cupcake my list grows... Can you confirm the problem I found calling Street View form any app, including the built-in Maps app? On May 1, 3:31 am, Mark Murphy mmur...@commonsware.com wrote: JP wrote: Also,

[android-developers] Re: Maps Intent in CupCake

2009-05-01 Thread Mark Murphy
JP wrote: Thanks Mark, I've seen it and I'll give it a shot. After a couple of days testing on Cupcake my list grows... Can you confirm the problem I found calling Street View form any app, including the built-in Maps app? I am still recovering from back-to-back trips and have not yet begun

[android-developers] Re: Maps Intent in CupCake

2009-05-01 Thread JP
On May 1, 6:34 am, Mark Murphy mmur...@commonsware.com wrote: JP wrote: However, I've never used the Street View intent, so I do not know if or when I will get a chance to try it -- I have plenty of existing code to test on 1.5 first. No need to review/create code. The built-in Maps app

[android-developers] Re: Maps Intent in CupCake

2009-04-30 Thread agirardello
I have the same problem!!! Any help? On Apr 29, 6:55 pm, khose marcos.hdez@gmail.com wrote: Hello! I'm migrating my app from 1.1 to 1.5. It works right but i get a problem thowing a new intent which used to open a Geo URI in google Maps. I think that it must be related with the fact of

[android-developers] Re: Maps Intent in CupCake

2009-04-30 Thread agirardello
Create a new AVD with: android create avd -n my_androidMAPS -t 3 and then use it while running your app! ;) On Apr 30, 1:14 pm, agirardello andrea.girarde...@gmail.com wrote: I have the same problem!!! Any help? On Apr 29, 6:55 pm, khose marcos.hdez@gmail.com wrote: Hello!

[android-developers] Re: Maps Intent in CupCake

2009-04-30 Thread Xavier Ducrohet
That is correct. A few more details for everyone. Maps is not bundled on the default Android 1.5 System Image bundled with the SDK. Because your app doesn't actually use the Maps API (ie doesn't have uses-library with maps), it will install on devices that do not have Google Maps. Therefore: -

[android-developers] Re: Maps Intent in CupCake

2009-04-30 Thread JP
Xavier, Having exhausted all the below, I find that calling Street View is crashing. Both from the built-in Maps app (as well as my app that calls it). Am I alone with this? Also, map tiles are not displayed with a 1.5-based build of the app. The 1.1-based build using identical source code base