Help please,crash because of notification icon

Hello

I am trying to make plugin for push notification that uses AlarmManager as service and Notification class that will
show notification for player after specific amount of time.

when i make it as native android application it works fine, and when i export the project as jar file and check if i can call functions and receive data from the jar file it also works fine .

But when the code that is responsible for showing push notification reached there is crash happens . and when i check the LogCat in eclipse the following error was shown

E/AndroidRuntime(14747): Caused by: android.app.RemoteServiceException: Bad notification posted from package ***: Couldn’t create icon: StatusBarIcon

I doubled check that resources was exported with the jar file but i don’t know how to solve this issue .

Any help please :frowning:

any help please

Hello, did you found a solution?