问题
I am using google place picker for in android but when it opens it immediately stop before you can pick a place.
this is the code
try {
PlacePicker.IntentBuilder builder = new PlacePicker.IntentBuilder();
startActivityForResult(builder.build(this), PLACE_PICKER_REQUEST);
} catch (GooglePlayServicesRepairableException e) {
e.printStackTrace();
} catch (GooglePlayServicesNotAvailableException e) {
e.printStackTrace();
}
This is the error
token=android.os.BinderProxy@3431c3eb Timeline: Activity_idle id: android.os.BinderProxy@3431c3eb time:37045782
来源:https://stackoverflow.com/questions/37174121/token-android-os-binderproxy-error-android