0

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

tony m
  • 4,769
  • 1
  • 21
  • 28
theanilpaudel
  • 3,348
  • 8
  • 39
  • 67

1 Answers1

0

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.

Ophir
  • 11
  • 2