Android 2.3 and google maps API v2

后端 未结 2 1752
北恋
北恋 2021-01-05 18:47

Today I tried to use google maps api v2 for Android 2.3.3 My steps:

  • got SHA1 code from debug.keystore
  • create a new project in google apis console
相关标签:
2条回答
  • 2021-01-05 19:14

    <fragment> should be in all lowercase.

    Also, you are using Activity (not FragmentActivity) with SupportMapFragment, and I doubt that combination will work.

    0 讨论(0)
  • 2021-01-05 19:25

    Check if the target Google SDK version in the project.properties and the support lib(Android.jar) versions are the same.

    0 讨论(0)
提交回复
热议问题