deadObjectException異常:
android.os.DeadObjectException: Transaction failed onsmall parcel; remote process probablydied
atandroid.os.BinderProxy.transactNative(NativeMethod)
atandroid.os.BinderProxy.transact(Binder.java:503)
atandroid.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:746)
at android.view.ViewRootImpl.setView(ViewRootImpl.java:543)
解釋?zhuān)赫f(shuō)明應(yīng)用的service已經(jīng)停止;停止方式有兩種路呜,第一種:從操作系統(tǒng)中喪生钓觉;第二種:從應(yīng)用程序中終止
解決方法:在application標(biāo)簽下面加一句:
? ?<application? ? ??android:hardwareAccelerated="true">
? ?</application>
禁用硬件加速