android - How can get google map v2 api key for teamwork -


sorry english not good

i have probleam google map api v2 key. work team. , need 1 api key project (android project). posible? or member of team must generate api key run google map ?

you can share same api key, provided you're signing app same .apk signing key.

by default debug.keystore used signing debug versions of app auto-generated tools , it's different each installation. you'll need share debug.keystore file between team members , configure tools use it. in eclipse configured in preferences -> android -> build -> custom debug keystore.

of course, you'll need api key app version signed release.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -