Google PlacePicker Closes Immediately After Launch

前端 未结 7 1706
不知归路
不知归路 2021-01-07 16:16

I am developing an Android Application and was looking into Google Places for some functionality within the application. Google has recently released the PlacePicker feature

相关标签:
7条回答
  • 2021-01-07 17:19

    in my case GO to Google COnsole then Enabled API for Android Google Places, then Go to Manifest.xml and put this code under

    <meta-data
                android:name="com.google.android.geo.API_KEY"
                android:value="@string/google_maps_key" />
            <meta-data
                android:name="com.google.android.gms.version"
                android:value="@integer/google_play_services_version" />
    

    and dont forget to put Google API key

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