I'm a bit unclear on whta works and what doesn't. The application works in the emulator and you see tiles or not?
When you load the application on your phone, are you exporting the unsigned APK and then signing with jarsigner and then using 'adb install'? Cheers, Justin Android Team @ Google On Oct 27, 4:08 am, nick fox <[EMAIL PROTECTED]> wrote: > I have created a debug map api key and a production map api key with > the MD5 fingerprint that I created to sign my apps. The debug map > program I created works fine in the emulator and I am able to load the > app onto the phone using my production map api key, but I still am not > able to see map tiles. I just see a grid. I am using the tutorial I > found here: > > http://www.devx.com/wireless/Article/39145 > > It's pretty simple... Not sure what I'm doing wrong. Any help would be > greatly appreciated. > > thanks > Nick > > On Oct 24, 10:40 am, "Xavier Ducrohet" <[EMAIL PROTECTED]> wrote: > > > While we do realize this is not a perfect work flow, you should always > > test your app after your sign it with its release key. > > > Proper testing will quickly show you whether you forgot to update an > > apiKey or not (either the maps tile loads or they don't). > > > Xav > > > On Thu, Oct 23, 2008 at 1:31 PM, shrisha <[EMAIL PROTECTED]> wrote: > > > > Hmm.. So, there's no easy way to both debug and release with the same > > > XML Layout files? I understand the need for separate keystores (and > > > thereforemapkeys); but, I was hoping ADT and/or the emulator would > > > somehow take themapkey as a command line or system parameter. > > > > This just makes the release process more error-prone, no? > > > > Cheers, > > > Shrisha > > > > On Oct 23, 1:23 pm, "Justin (GoogleEmployee)" <[EMAIL PROTECTED]> > > > wrote: > > >> Also, if you wanted to use a differentkeystore, you would need to use > > >> the same passwords for thatkeystoreand key. The value that the > > >> Eclipse plugin uses to access the store is hard coded. > > > >> Cheers, > > >> Justin > > >> Android Team @Google > > > >> On Oct 23, 11:37 am, "Xavier Ducrohet" <[EMAIL PROTECTED]> wrote: > > > >> > Hi Dave, > > > >> > the password is android for both thekeystoreand the key. > > > >> > More information about getting the MD5 fingerprint is > > >> > here:http://code.google.com/android/toolbox/apis/mapkey.html#getfingerprint > > > >> > It shows the full command line for the debug key. > > > >> > Xav > > > >> > On Wed, Oct 22, 2008 at 9:24 PM, Dave <[EMAIL PROTECTED]> wrote: > > > >> > > Maybe I'm being stupid, but I cant seem to figure this out. I want > > >> > > eclipse to generate a debug version of my app signed with a custom > > >> > >keystorethat is associated with mygooglemaps api key so it works > > >> > > now that the key is required. I created an api key from mykeystore, > > >> > > added it to theMapView, and set the Preferences->Android->Build- > > >> > >>Custom debugkeystoreto point to mykeystore. I was assuming this > > >> > > would use mykeystorerather than the default, but it seems to have > > >> > > no effect. I can't generate agooglemaps api key from the default > > >> > > debugkeystoresince I don't know the password, so I cant generate a > > >> > > key from that. So how are you supposed to do this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

