2018년 5월 27일 일요일

안드로이드 스튜디오에서 import R 에러 발생시의 방법


안드로이드 스튜디오에서 import R 에러 발생시의 방법

안드로이드 스튜디오
File > Invalidate Caches / Restart ...

정상 가동되는 것을 보실 수 있어요


2018년 5월 19일 토요일

안드로이드 fcm com.google.firebase.messaging.default_notification_icon error


안드로이드 fcm com.google.firebase.messaging.default_notification_icon error

firebase sdk 버전이 낮을 경우 에러 발생

어플이 닫혀있을 경우 ( 홈버튼이나 잠금화면의 경우 )
default 아이콘이 나와야 하는데, 나오지 않는 경우에 다음과 같이 해결하세요~

에러발생
com.google.firebase:firebase-messaging:11.8.0 

에러해결
implementation 'com.google.firebase:firebase-messaging:12.0.1' 


즐거운 시간 보내세요~