another day another problem, I finally managed to set up correctly google maps on my android application, or at least I thought I\'ve done it, the whole progam starts, it ev
E/MapActivity(394): Couldn't get connection factory client
This will not be issue in your case. It's just warning message.
For using Map,things you need to Keep in mind :
1.Add internet permission in Manifest file
2.Add Library code in Manifest file :
Extend Map Activity
instead of Activity also ensure that your SDK is Google not Android
Then generate Map Key using Release Key
and not by using Default Android Debug key
Check this post for creating Key using Release Key.
For further references check this link Mobi Forge