Hi developers!

For those of you who use the Google Map API, you certainly have one
Google Maps API Key for Debug and another one for Release (because a
key is linked to a certificate).

Have you found any "clean" way to have the debug key used when you
launch your application while developping, and the release key when
exporting a signed application package ?

Right now, I just have a resource string (<string
name="google_map_api_key">XXX</string>) in which I copy/paste the good
key when switching between debug and release. And sometimes forget to
do so ;-).

I think I will try using maven-android-plugin + maven filters (having
a filter for release and another one for debug)... when Eclipse will
be supported ;-) .

Any idea or tip will be welcome!

Best Regards,
Piwaï
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to