I am developing sample application that uses Google Map API. I have generated Google Map key and applications runs good on emulator on local machine. But when I run same on my android device (phone) map is not generated. There are only grid lines. I suppose this is a problem related to Google map key i am using.
How can I get key that runs on any map enabled android device ?
I am using API 10 and Android 2.3.3 and same is compatible with the device.
Thanks
Map key is associated with your app signing certificate. If you generate a map key using the credentials of the certificate you use to sign the app, it should work on any android device.