Thursday 17 July 2014

android.app.RemoteServiceException

in android.app.ActivityThread$H.handleMessage
[10:59:21 AM] Manu Mohan: android.app.RemoteServiceException: Bad notification posted from package *************: Couldn't create icon: StatusBarIcon(pkg=**********user=0 id=0x7f02007b level=0 visible=true num=0 )
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1531)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5371)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)







Make sure the image or drawables specified in R.java with the given id is in all drawable folders.

No comments:

Post a Comment