Map Activity Android

527 Views Asked by At

I have problem displaying a map on the emulator and device.

When I run the code it seems okay and all I got is plain grid display and on the logCat I have error Couldn’t get connection factory client

Is it do with the keystore API? Can I use same API key for other map activity that I implemented? or does it has to be unique?

Thanks.

3

There are 3 best solutions below

0
On

you can use same key but key verise with signing key so it would be different for device and emulator as if signing key is different..

and see

Couldn't get connection factory client - fighting with Google Maps

2
On

Its a best tutorial for starting with Map

http://mobiforge.com/developing/story/using-google-maps-android

0
On

Yes proble is with your API_KEY.
You must have to generate key as per your package name. Refer this link: https://developers.google.com/maps/documentation/android/start#getting_the_google_maps_android_api_v2