我在一个由几个开发人员组成的团队中工作。我们正在开发一个使用谷歌地图的Android应用程序。由于我们每个人都有不同的调试密钥库,所以每个人都拥有不同的API密钥。让每个开发人员(和构建服务器)在构建应用程序时自动将自己的密钥替换到应用程序中的最佳方式是什么?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...