注册 登录
编程论坛 Android开发

Anroid第一行代码(第二版)第十章ServiceBestPractice点击开始下载出错,显示Handler和Looper中有错误

牧城雪 发布于 2019-06-05 07:47, 1870 次点击
E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.example.servicebestpractice, PID: 15174
    android.app.RemoteServiceException: 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)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1737)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:193)
        at android.app.ActivityThread.main(ActivityThread.java:6669)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
求大神帮忙解释一下
0 回复
1