碰到一個異常,具有随機性:
android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:508)
at android.app.ApplicationThreadProxy.scheduleLaunchActivity(ApplicationThreadNative.java:837)
上網一搜,有人提供了解決辦法:
<application android:hardwareAccelerated="false".....
解決!