Bad notification posted - Couldn't expand RemoteViews for: StatusBarNotification

前端 未结 15 2028
执笔经年
执笔经年 2020-12-03 06:47

I am trying to post a notification with a custom view in the notification area from an IntentService, and getting the Couldn\'t expand RemoteView e

15条回答
  •  萌比男神i
    2020-12-03 07:19

    For me the problem was on NotificationCompat.Builder.addAction the icon i set for action not compatible with all devices . I use Andriod Studio -> File -> New -> Image Asset to generate the icon then it fine .

提交回复
热议问题