Skip to content Skip to sidebar Skip to footer

Hi. In My Activity Appears This : Cannot Resolve Method Getmap();

Here is the link of my activity, in wich appears thet error: cannot resolve method getMap(); I hope that you guys can help me on solve it. Thank you why when i put this appears pu

Solution 1:

SupportMapFragment no longer supports getMap(). Please use getMapAsync().

Note that the same holds true for MapFragment -- getMap() has been removed from the SDK.

Post a Comment for "Hi. In My Activity Appears This : Cannot Resolve Method Getmap();"