freeline 8.1以上会出现Bad notificatio
2019-03-29 本文已影响1人
next_discover
坑爹的freeline,昨天打包完成测试的时候,在8.1以上的系统上一直报如下错误:
应用包名:xxxxx
应用版本:3.3.3
崩溃时间:2019-03-28 17:07:45
手机系统:9
手机型号:EML-AL00
崩溃信息:Bad notification for startForeground: java.lang.RuntimeException: invalid channel for service notification: Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x40 color=0x00000000 vis=PRIVATE)android.app.ActivityThreadMethodAndArgsCaller.run(RuntimeInit.java:524)com.android.internal.os.ZygoteInit.main(ZygoteInit.java:958)
查了半天结果是接入了freeline的问题。为了gradle编译加速,引入freeline,结果是要付出代价的。
解决方案:还是老老实实等待编译吧,走捷径会出问题,坑的你不要不要的