android - Using MapFragment with min sdk-8 -
i wish use google maps in app. that, using mapfragment. mapfragment requires minimum sdk version 11. wish have minimum sdk version 8 app works android 2.2 , above. when use mapview not map. grids in map. how resolve this? need help.
instead of map fragment use supportmapfragment
read here
and refer this answer . jeo malin said dont use mapview deprecated. use mapv2
study here .
Comments
Post a Comment