0

Possible Duplicate:
How to sign an android apk file

I am developing one application which is based on GPS. It displays the map correctly on my device, but when I install it on another device the map is not displayed.

How do I sign my app?

Thank you.

Community
  • 1
  • 1
hasmukh
  • 11
  • 3

2 Answers2

3

You should refer this doc.

For map key process refer this doc.

Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63
0

You need two separate MapView keys: one for debug and one for release. See the Google API document on this topic.

Paul Lammertsma
  • 37,593
  • 16
  • 136
  • 187