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
IntentService
Couldn\'t expand RemoteView
Generally,this error means your contentView is error,check it ! maybe you'd better replace your contentView with a layout that contain a TextView only.Ok,run it,hope help for you.