Hello all, i'm updating one of my apps, and i'm using the Advanced Notification library, the version already released works just fine, haven't had any errors reported, but as i'm now trying to update it, i receive this message now when the Notification fires up,
Can anybody please help me solve this issue, i have not changed anything other than adding Spanish Language support to this app, i have not changed anything that may affect the notification, Any one has any idea?
Thanks Everyone!
Walter
android.app.RemoteServiceException: Bad notification posted from package com.dandre.apps: Couldn't expand RemoteViews for: StatusBarNotification(package=com.dandre.apps id=2 tag=null notification=Notification(vibrate=default,sound=default,defaults=0xffffffff,flags=0x10))
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1081)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3806)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Can anybody please help me solve this issue, i have not changed anything other than adding Spanish Language support to this app, i have not changed anything that may affect the notification, Any one has any idea?
Thanks Everyone!
Walter