Android

[안드로이드 7] RemoteServiceException: Bad notification posted from …… : Couldn’t expand RemoteViews for: StatusBarNotification 왜왜왜?

안드로이드 7 운영체제가 설치된 휴대폰에서 발생하는 오류이다.

Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package com.app.test: Couldn’t expand RemoteViews for: StatusBarNotification(pkg=com.app.test user=UserHandle{0} id=1007 tag=null key=0|com.app.test|1007|null|10243: Notification(pri=0 contentView=com.app.test/0x7f0b0032 vibrate=null sound=null defaults=0x0 flags=0x20 color=0x00000000 backgroundColor=0x00000000 vis=PRIVATE))
       at android.app.ActivityThread$H.handleMessage + 1699(ActivityThread.java:1699)
       at android.os.Handler.dispatchMessage + 102(Handler.java:102)
       at android.os.Looper.loop + 154(Looper.java:154)
       at android.app.ActivityThread.main + 6316(ActivityThread.java:6316)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run + 872(ZygoteInit.java:872)
       at com.android.internal.os.ZygoteInit.main + 762(ZygoteInit.java:762)

 

안드로이드 7이 설치된 휴대폰이 없으니, 답답할 노릇이다. 테스트 해보고 싶다.

 

Leave a Reply

error: Content is protected !!