I'm getting this error in my Android project that uses the google maps V2 API:
02-24 11:18:03.627: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53e95000 size:2949120 offset:2334720 fd:51
02-24 11:18:04.527: E/Random(24852): > 17.386018618908807, 78.48646956337022
02-24 11:18:04.557: E/Random(24852): > 17.38412543640696, 78.48624683166463
02-24 11:18:04.587: E/Random(24852): > 17.38586197038353, 78.4868721802265
02-24 11:18:04.607: E/Random(24852): > 17.38442155970874, 78.48580890457683
02-24 11:18:04.627: E/Random(24852): > 17.384699149953665, 78.4870218788892
02-24 11:18:04.647: E/Random(24852): > 17.385163909742342, 78.48621221061424
02-24 11:18:04.667: E/Random(24852): > 17.385114499391356, 78.4873707292564
02-24 11:18:04.687: E/Random(24852): > 17.385180855826714, 78.48744879889605
02-24 11:18:04.717: E/Random(24852): > 17.385454853045843, 78.48692191930289
02-24 11:18:04.737: E/Random(24852): > 17.385926863638797, 78.48699800017822
02-24 11:18:04.757: E/GooglePlayServicesUtil(24852): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
02-24 11:18:04.867: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53b95000 size:1187840 offset:573440 fd:96
02-24 11:18:04.967: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x5474f000 size:1720320 offset:1187840 fd:102
02-24 11:18:04.987: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x548f3000 size:6021120 offset:5406720 fd:105
02-24 11:18:05.167: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x54eb1000 size:6635520 offset:6021120 fd:108
02-24 11:18:05.167: D/memalloc(24852): /dev/pmem: Unmapping buffer base:0x5429f000 size:4915200 offset:4300800
02-24 11:18:05.167: D/memalloc(24852): /dev/pmem: Unmapping buffer base:0x51a02000 size:2334720 offset:1720320
02-24 11:18:05.167: D/memalloc(24852): /dev/pmem: Unmapping buffer base:0x53e95000 size:2949120 offset:2334720
02-24 11:18:05.517: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x54265000 size:4833280 offset:4300800 fd:45
02-24 11:18:05.527: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53e95000 size:2252800 offset:1720320 fd:48
02-24 11:18:11.727: E/Google Maps Android API(24852): Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
02-24 11:18:47.077: D/memalloc(24852): /dev/pmem: Unmapping buffer base:0x5474f000 size:1720320 offset:1187840
02-24 11:18:47.077: D/memalloc(24852): /dev/pmem: Unmapping buffer base:0x54265000 size:4833280 offset:4300800
02-24 11:18:47.077: D/memalloc(24852): /dev/pmem: Unmapping buffer base:0x53e95000 size:2252800 offset:1720320
It already includes the google_play_serv
lib in my project.
I am also running the project on a real device.
I'm using it as a base: link