Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
118 views

Google Places API crash after installing app from play console

Before uploading my app to the play store I created a test version in play console. The app has a places autocomplete field, However,when I installed the test version of my app from the playstore,...
Mr.Goomer's user avatar
0 votes
0 answers
50 views

Failing to instantiate PlaceAutocomplete

I'm having issues with the google places autocomplete, I'm getting the following error and I'm not sure how to fix it: 2020-09-21 11:33:02.894 29037-29037/com.example.hostapp E/AndroidRuntime: FATAL ...
Emil C.'s user avatar
  • 109
0 votes
2 answers
3k views

Android dependency 'com.google.android.gms:play-services-base' has different version for the compile (16.0.1) and runtime (16.1.0) classpath

I'm getting error after adding below new Places API dependency in build.gradle as Android Places SDK had been deprecated. Error: Android dependency 'com.google.android.gms:play-services-base' has ...
Kishore Jethava's user avatar
1 vote
1 answer
2k views

how to set a marker in the GooglePlacesAutocomplete in react native

I need help to solve this problem. The problem is in the part that we search the address in the google place picker and then it automatically sets a marker/pin in the chosen location, but the marker ...
Matheus Cabral's user avatar
2 votes
1 answer
440 views

Migrating to the New Places SDK Client ask for ACCESS_FINE_LOCATION permission on Play Store

I have done Migration for Google place api to implementation 'com.google.android.libraries.places:places:1.1.0' I am using methods. fetchPlace() findAutocompletePredictions() But not ...
9spl's user avatar
  • 357
2 votes
0 answers
223 views

Project sync failed After adding Google places API

i Want to add new google places api to my existing project but it gives error project sync error I have added implementation 'com.google.android.libraries.places:places:1.1.0' to project apply ...
chirag patel's user avatar
1 vote
1 answer
5k views

How to fix "Execution failed for task ‘:app-guest:transformClassesWithJarMergingForProductionRelease’."

So the problem is that google has update places SDK and have separated them from google play services. now when i updated the places sdk and added :"com.google.android.libraries.places:places-compat:1....
hamza khan's user avatar
1 vote
2 answers
1k views

How to cancel Places SDK for Android find autocomplete predictions task?

I'm trying figure out how to cancel the task which was created to fetch autocomplete predictions using the new Places SDK for Android. The task was created using this code - Places.initialize(...
vepzfe's user avatar
  • 4,597
0 votes
1 answer
2k views

Google Places API for Android not showing

We are not able to see Google Places API for Android in the Google API services list. we are switching an app to a new google account, so we are enabling all the existing services in the new account ...
Kartheek's user avatar
  • 7,154
-1 votes
2 answers
2k views

Migration to new Places SDK client creates error

Whenever I am trying to add updated google place dependency I am getting errors and unable to proceed further. EIther I have already added play-services dependency in it. Also tried it with ...
priyanka kataria's user avatar
1 vote
1 answer
2k views

PlaceAutocompleteAdapter with Places SDK compat Library

I am working on google maps and search. The only option to search on the map is the Google Places API. https://developers.google.com/places/android-sdk/intro Which also states that you play service ...
CodeGeek's user avatar
  • 711
0 votes
1 answer
162 views

fix the version conflict either by updating the version of the google-services plugin

I am using Google's Firebase (For notification) and Places (For address and location) API in my project. Latest version of both are 16.0.6 and 16.0.0 respectively that I am using in app. When ...
pratik03's user avatar
  • 661
0 votes
0 answers
1k views

Cannot resolve "com.google.android.gms.location.places.Places"

I'm trying to use google maps with my android project, and I'm trying to use the Places API to get the user's location but when I try import com.google.android.gms.location.places.GeoDataClient; ...
AmitAM's user avatar
  • 81
0 votes
0 answers
54 views

Android Google Place picker working in debug and release APK but not in live app

PlacePicker work fine in debug and release apk but after uploading it in playstore the live app is no longer supporting placepicker. I followed all the steps stated in google's documentataion.I tried ...
Jawad Ahmed's user avatar

15 30 50 per page
1
2 3 4 5 6