添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

碰到一个异常,具有随机性:


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".....


解决!


现代化 Android 开发:基础架构
Android 开发经过 10 多年的发展,技术在不断更迭,软件复杂度也在不断提升。到目前为止,虽然核心需求越来越少,但是对开发速度的要求越来越高。高可用、流畅的 UI、完善的监控体系等都是现在的必备要求了。国内卷的方向又还包括了跨平台、动态化、模块化。