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?
Asked
Active
Viewed 55 times
0
-
Whats the code? – Jan 02 '17 at 21:01
-
@JawadLeWywadi which code? as i said it shows me the map on api16 so i guess it's not a code problem – Mohsen Mirshekari Jan 02 '17 at 21:04
-
Without seeing the code it is impossible to know what you did wrong. – Jan 02 '17 at 21:09
1 Answers
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