I am trying to run a simple google map but its not working its showing only map background.checked on both emulator and device.
xml file:-
In your Manifest add
Also add to your application tag
You can also visit Google Map V2 , this and Example of map v2
Hope it helps you.
Edit:
As per you said Add this xml file in your project
And access it with in your map activity
map = ((MapFragment) getFragmentManager().findFragmentById(R.id.map))
.getMap();