DrMoriarty / godot-local-notification

Godot module for local notifications (android and iOS)
MIT License
140 stars 24 forks source link

Having an error "no valid small icon" #2

Closed slevy85 closed 3 years ago

slevy85 commented 5 years ago

Hi, thank you for this plugin, I am trying it now and i have this error at runtime (on Android Api 24):

05-11 13:30:24.726  5075  5075 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver org.godotengine.godot.LocalNotificationReceiver: java.lang.IllegalArgumentException: Invalid notification (no valid small icon): Notification(pri=0 contentView=null vibrate=default sound=default tick defaults=0xffffffff flags=0x11 color=0x00000000 vis=PRIVATE)
05-11 13:30:24.726  5075  5075 E AndroidRuntime:    at org.godotengine.godot.LocalNotificationReceiver.onReceive(LocalNotificationReceiver.java:55

What do you think we should do ?

DrMoriarty commented 3 years ago

Now this plugin uses NativeLib for installation. See README for details.