Minimal Android API level to run Google Maps Android API v2

后端 未结 4 1927
被撕碎了的回忆
被撕碎了的回忆 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:30

    The Maps API are bundled with Google Play services and are compatible with Android 2.2 and higher. All devices with Android 8 API level support OpenGL 2.0, so devices with Android 2.1 version can't support Google Maps v2. You can check in the Google Documentation.

提交回复
热议问题