Hello, Are you recompiling your application with the 1.5 SDK? And are you running windows?
To solve some issue between the java based tools and the emulator, we changed the location of the android files. They used to be in the local settings, but they are now directly under <HOME>/.android/ So compiling on windows in 1.5 will indeed use a different debug keystore than when compiling with 1.1. The path to the android files on Windows were/are: XP: 1.1: C:\Documents and Settings\<user>\Local Settings\Application Data\Android\ 1.5: C:\Documents and Settings\<user>\.android\ Vista: 1.1: C:\Users\<user>\AppData\Local\Android\ 1.5: old: C:\Users\<user>\.android\ We didn't realize the impact it would have on signing (and maps in particular) and forgot to mention it in the ugprade doc. Xav On Mon, Apr 20, 2009 at 3:31 PM, wayne mcfadden- Red Droid <[email protected]> wrote: > > I'm debugging an application in 1.5 and my map view is not showing the > tiles. My overlays show up fine. The tiles show correctly if I run > the appication in 1.1. (so the key that i'm using there is fine in > the xml) So this looks like it may be a map key problem. I'm trying > to use the same key in 1.5. ( I regenerated using keytool and walked > through the process again on the google web site.) The keys (1.1 and > one i generated after I installed the 1.5 toolkit) look identical. > > Is there a different key and key generation process for 1.5? Or > should I just be able to use the key I'm using in 1.1? > > Thanks! > Wayne > > > -- Xavier Ducrohet Android Developer Tools Engineer Google Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

