Fatal Exception: android.app.RemoteServiceException: Bad notification for startForeground: java.lang

1、抛出问题:

Fatal Exception: android.app.RemoteServiceException: Bad notification for startForeground: java.lang.RuntimeException: icon must be non-zero
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1869)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:145)
       at android.app.ActivityThread.main(ActivityThread.java:6873)
       at java.lang.reflect.Method.invoke(Method.java)
       at java.lang.reflect.Method.invoke(Method.java:372)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

2、在mainfest中添加tag标签

xmlns:tools="http://schemas.android.com/tools"

在Application中添加标签

tools:replace="android:icon,android:theme"

你可能感兴趣的:(Android,Debug频道)