I'm using PlaceAutocomplete activity as described here: http://googlegeodevelopers.blogspot.co.id/2015/12/autocomplete-widget-and-updated-place.html.
I have problem with it since I update the gradle library to version 9.x.x. I'm currently using v9.4.0:
compile 'com.google.android.gms:play-services-maps:9.4.0'
compile 'com.google.android.gms:play-services-location:9.4.0'
compile 'com.google.android.gms:play-services-places:9.4.0'
compile 'com.google.maps.android:android-maps-utils:0.3.4'
when I search some place, the result is like this:
I think the problem is in the library. Any help will be appreciated :)
UPDATE
This bug was handled by Google in issue
https://issuetracker.google.com/issues/35829225
The fix was implemented in Google Play Services 9.6 (21 Sep 2016)