0

I have a Google Map activity. when i run it on Api16 emulator, everything looks fine it shows me the map. But when i run it on Api23 emulator, it shows me a blank screen whith a google logo. What's the problem?

1 Answers1

0

We really have to see the code to know what the problem is, but it might be a depreciated api. For instance the .getmap has been replaced with getMapAsynce, but you cant just change that word to fix it. read this: Replace getMap with getMapAsync

Community
  • 1
  • 1
Yehuda Clinton
  • 375
  • 4
  • 12