Putting the apiKey in a settings file, as Wayne King suggests, seem to be the simplest idea.
On Fri, Apr 9, 2010 at 16:53, Mark Murphy <[email protected]> wrote: > Another related option would be to have two copies of the layout > containing the MapView, one with the debug key and one with the > production key, and use isDebug() to choose which one to load. Hmmm, interesting idea. Now, let's expand this scenario: I'm developing on my laptop. I have a colleague developing on his. We both have different debug.store files, which implies a different apiKey for each of us, and different from the production apiKey. So does this mean that we'd have to have three copies of the layout file: one for my debug key, one for my colleagues debug key, and then one for production? -- http://www.opgenorth.net -- 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 To unsubscribe, reply using "remove me" as the subject.

