由于某种原因,一旦我将CastCompanionLibrary添加到我的项目中,它就会因以下错误崩溃:
04-22 11:58:57.026: E/AndroidRuntime(3258): android.app.RemoteServiceException: Bad notification posted from package com.test: Couldn't expand RemoteViews for: StatusBarNotification(package=com.test id=347 tag=null notification=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x62))
我在Android 2.3.4上运行这款难以置信的HTC。
请帮帮我!
发布于 2014-04-28 15:19:28
通过重命名我的custom_notification.xml文件并更新内部布局的id来修正这个问题。我想它和custom_notification.xml有冲突。
https://stackoverflow.com/questions/23224712
复制相似问题