문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top