Reputation: 8790
I made an mapActivity with the key that someone gave me. But when I run it, it showed only grey tiles but when I asked them, they said its showing fine there. What could be the problem, why is it not showing here in my side.?
Upvotes: 0
Views: 136
Reputation: 132972
becuase key is generated by other keystore and you need to go here
Sign Up for the Android Maps API - Android Maps API - Google Code
and generate your on Maps API key.
and second option you must sign the app with the same keystore with which was used to create the Map API Key.
Upvotes: 1