Google services added Force close application with log cat error

后端 未结 7 1627
無奈伤痛
無奈伤痛 2021-01-06 12:23

I have been developing a simple app for load a map view. I have followed the API. https://developers.google.com/maps/documentation/android/start#add_a_map

BUT

相关标签:
7条回答
  • 2021-01-06 12:51

    try to add this meta-data tag in the application tag in the Manifest :

    <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
    
    0 讨论(0)
提交回复
热议问题