Re: [android-developers] Keeping Map API keys in sync across a dev team

2010-01-05 Thread TreKing
Actually, it is possible to get the same debug key. I alternate work between a PC and laptop and originally had two different debug keys when I first started. A while ago I move the SDK folder to lie withing my root project tree (so I could commit it to revision control, share AVDs across machines

[android-developers] Keeping Map API keys in sync across a dev team

2010-01-05 Thread Carl Whalley
When an app which uses the Map API is released it must be signed with the public cert. For individual use the key comes from the local debug keystore, created each time the Android SDK is installed. In other words, its different for each developer. When I include a view using it, then commit, my ke