How to develop an Android App with google maps API on multiple computers?

前端 未结 1 909
礼貌的吻别
礼貌的吻别 2021-01-05 09:44

I want to make an Android Application, that uses Google Maps. I have installed Eclipse, Android JDK and an AVD (Android Virtual Device). I followed this tutorial: http://dev

相关标签:
1条回答
  • 2021-01-05 10:08

    You can get debug.keystore from one of the team members, put into Subversion and then instructy other team memebrs to replace theirs debug.keystore file with one from repository.

    ADD1: See this link also: http://groups.google.com/group/android-developers/browse_thread/thread/c9051635ab37f252

    ADD2: http://developer.android.com/guide/publishing/app-signing.html#debugmode

    The default storage location for AVDs is in ~/.android/ on OS X and Linux, in C:\Documents and Settings\.android\ on Windows XP, and in C:\Users\.android\ on Windows Vista and Windows 7.

    0 讨论(0)
提交回复
热议问题