Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Google maps 2 Android 4.1.2 blank

Status
Not open for further replies.

jwaldner

Programmer
Jan 21, 2011
77
0
0
US
I am using the maps api and google play services. I have a debug key, I think i have followed all the steps to use the api but my map is blank. Has anyone used the maps api and gotten this?

ex:

In a class that extends SupportMapFragment:

private GoogleMap mGoogleMap;

mGoogleMap= getMap();
mGoogleMap.setLocationWbabled(true);

in the googleMap object fy [whatever thaty is] is null
and fx has a value. So far I have seen no messages in logcat that help me. Though I confess I am not great at the debugger yet.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top