michael-cheung-thebus / foreground_service

Other
43 stars 29 forks source link

Notification icon #20

Open vinisbranco opened 4 years ago

vinisbranco commented 4 years ago

I didn't found in the example project where I need to set the notification icon.

I received this error E/ForegroundServicePlugin(15473): could not find /res/drawable/org_thebus_foregroundserviceplugin_notificationicon; running a foreground service requires a notification, and a notification requires an icon`

And I have set the icon like that

Screenshot from 2020-04-09 11-23-33

michael-cheung-thebus commented 4 years ago

What IDE are you using? Android/Android Studio IMHO is kind of confusing in how it handles icons, but this is how it looks in the example via Android Studio:

image

michael-cheung-thebus commented 4 years ago

Android Studio provides a helper for importing these things:

image

image