...If you were previously using LocationClient, call the APIs in the com.google.android.gms.location package instead. For quick information on migrating from LocationClient to GoogleApiClient, see android - LocationClient class not found on google play services rev 22 Share Improve this answer F...
Cannot resolve symbol 'GoogleApiClient' So I click alt+Enter to import it but it show 'Add library 'google-play-service-6.5.8.7' to classpath' so I click it and when I run my app it show error Error:(9, 41) error: package com.google.android.gms.common.api does not exist Error:...
Cannot resolve symbol 'PlaceBuilder'when it is used in my PlaceAutocompleteAdapter. If this that it is due to the fact that com.google.android.gms.location.places.PlaceBuffer is deprecated.If this is the reason, how can I update my code?private AdapterView.OnItemClickListener mAutoCompleteClic...