Skip to content Skip to sidebar Skip to footer

Configuring Google Maps In Android App

I am trying to configure google maps API v2 in my app. For some reason, I am not able to configure it. I followed all the instruction step by step and the manifest file is as per t

Solution 1:

I think you forgot to add google play services as a library.

You can use the following link to add it: http://developer.android.com/google/play-services/setup.html

Post a Comment for "Configuring Google Maps In Android App"