简体   繁体   中英

Google Maps API v2 displaying maps only on one device

We are using the same API key in the manifest file, which is obtained from the the SHA-1 fingerprint but it is displaying map only on one device(the first device to run it) and not on other devices. We are also using FragmentActivity. So what could be the problem. Please help guys

Change your max sdk ver to 18 (android 4.3). I suppose this is the device that fail.

An other option - If you use the developers SHA-1 (the one you generate from adb) and you instaled the app on the devices from the difrent computers computer, then I assume you need to get the SHA-1 fingerprint for the other computer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM