240 发简信
IP属地:北京
  • Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package

    我分析有两个原因: 推送样式含有特殊的布局(非Relativeayout, LinearLayout, FrameLayout的等) 手机不能显...

  • java.lang.IllegalArgumentException No view found for for fragment id

    原因,fragment嵌套Fragment导致,而且是动态add的fragment 解决方案: 换成 或者是直接把fragment写到xml文件中

  • java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class

    通过 git diff tag1 tag2, 我发现了一处疑点 原因是这个 LottieAnimationView的名字命名太不走心,和同Act...

  • java.lang.RuntimeException:Unable to resume activity

    原因: 在onResume中或者onCreate中直接调用 导致的。我们可以直接调用finish,但不能直接调用onDestroy, 这个是系统...