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.
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.
You need two separate MapView keys: one for debug and one for release. See the Google API document on this topic.