I work in two different environments for developing an android application, and I have a different Maps API key for each SDK. I haven’t tried copying one debug.keystore file to the other location, but I’d prefer if there was a way to selectively replace the key in a file based on the development environment. The key is used in an XML file (although there should be a way to set it programmatically).
I work in two different environments for developing an android application, and I have
Share
You can use property replacers in ant or if you are using maven the same there.