Reputation: 122
I followed the below tutorial to show map on device and I was able to do that when I ran the project from my laptop, but when the same code is run on other laptop the map is not showing up.
http://www.codeproject.com/Articles/614946/Android-google-map-api-v2-setup
Thanks in advance
Upvotes: 0
Views: 90
Reputation: 6162
my guess u haven't generate API-Key
for both laptops as SHA-1 fingerprint
is different of ur laptop and the other laptop API key will not work if u have single API key for both laptops. Use first API-Key for ur laptop and
Generate another key using other laptop's SHA-1 fingerprint;package name
and replace API Key
in 2nd laptop's manifest which is newly generated.
Upvotes: 3