-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hello @rtchagas I follow the steps in kotlin. But don´t work.
I have config the API for Android with package name app and SHA-1 debug.
Also so i have Apis key for maps, for only the 3 apis: Static, Geocoding, Places.
So in your manifest sample you don´t have permision list like:
"uses-permission android:name="android.permission.INTERNET"
"uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"
"uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
"uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"
"uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"
In yor meta tag, the value "key_google_apis_android" is for API key Android. NO FOR API MAPS, like key_google_apis_maps.
//meta-data//
android:name="com.google.android.geo.API_KEY"
android:value="@string/key_google_apis_android"/>
i suppost here should be "key_google_apis_maps" no android API.
/////////////////////////////////////////////////////////////////////////////////////////
And in the grade build of your sample. Yo don't put the the dependency
// PING Place Picker
implementation 'com.github.rtchagas:pingplacepicker:2.0.+'
there is dependencies {
// Places library
implementation 'com.google.android.libraries.places:places:2.0.0'
but no // PING Place Picker dependency.
And when start the project, This close when i make click in the button Ping!