安卓:handleWindowVisibility: no activity for token android.os.BinderProxy@c701fbd 异常

在使用intent向另一个activity传递参数的时候,参数的容量超过了默认的容量,就会报出该错误,可以修改参数的数据结构,简化参数再重新传递。

你可能感兴趣的:(安卓:handleWindowVisibility: no activity for token android.os.BinderProxy@c701fbd 异常)