Error - Failed to post notificaiton on channel "null"
CODEDRAGON ㆍDevelopment/Android
반응형
에러메시지
Failed to post notificaiton on channel "null"
해결방법
안드로이드 API 26 (오레오) 버전 부터 알림 생성시 기존의 Notification 방식을 사용할 경우 Error가 발생합니다. API26이상이면 Notification Channel을 사용하여 알림을 구현해야 합니다.
'Development > Android' 카테고리의 다른 글
Activity를 통한 데이터 송수신 (0) | 2019.03.13 |
---|---|
[Android] - ActionBar(액션바) (0) | 2019.03.12 |
Handler(핸들러), 핸들러로 메시지를 보내는 메서드, 핸들러로 메시지를 보내면 handleMessage() 메서드가 호출됩니다., Message 객체의 정보 (0) | 2019.03.08 |
대화상자의 버튼, 대화상자 닫기 (0) | 2019.03.08 |
Toast(토스트) (0) | 2019.03.07 |