Minimal Android API level to run Google Maps Android API v2

后端 未结 4 1928
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 16:13

I have developed a mobile application that uses Google Maps Android API v1, and I plan to port it to the recent Google Maps Android API v2, as recommended by Google.

4条回答
  •  [愿得一人]
    2020-12-11 16:16

    It'a API Level 8 (Froyo), because of the Play Services dependency.

    Also take care that if you are using API levels 8 - 10 you need to use SupportMapFragment with the Android Support Library: http://developer.android.com/tools/extras/support-library.html , because fragments were only added in API level 11.

提交回复
热议问题