token=android.os.BinderProxy error android?

荒凉一梦 提交于 2019-12-11 08:03:57

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!