Hi all,
Since Google changed Maps API to v.2.0 the maps on compiled app doesn't show.
I used fresh default Dolphin app, signed it, used SHA1 and package name to generate the API 2.0 key
32:5F:xx:7E:88:56:ED:xx:xx:xx:xx:xx:xx:EB:1D:xx:79:72:xx:FD;com.boonex.oo.location
got API key
AIzaSyBEnfWxxxxxxxxxxxxxMTwPLQbCy5ja8
I put it into the google_maps_key in the app, exported signed app, installed on Android device - map doesn't load.
I do have google-play-services lib installed and attached to the app.
That's what I'm getting in log tagged as MapActivity when accessing Maps screen on device:
Recycling dispatcher android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher@40722340
Recycling map object.
I've tried to sign with debug key - getting the same thing.
Does anybody have any ideas?
Thanks.