Category: Android

안드로이드 개발 관련 카테고리입니다.

Android

안드로이드(Android) onBackPressed() 호출시(뒤로가기 버튼 클릭) onActivityResult() 데이터를 넘겨 받지 못 할때 해결방법

onActivityResult() 데이터를 넘겨 받지 못 할때 해결방법 주말 아침 부터 삽집을 하는 중이다. 내가 임의로 생성한 백버튼을 클릭하면 onActivityResult()에서 정상적으로 데이터를 넘겨받았다. 그러나 onBackPressed()를 오버라이드...
Android

com.google.firebase.messaging.FirebaseMessagingException: Requested entity was not found.

오류 : 요청 된 엔티티를 찾을 수 없습니다. ERROR: Requested entity was not found. com.google.firebase.messaging.FirebaseMessagingException: Requested entity was not found. at com.google.firebase.messaging.FirebaseMessagingClientImpl.newException(FirebaseMessagingClientImpl.java:306) at com.google.firebase.messaging.FirebaseMessagingClientImpl.createExceptionFromResponse(FirebaseMessagingClientImpl.java:211) at...
Android

[jsoup]Fatal Exception: java.lang.ExceptionInInitializerError

처음으로 사용해보는 jsoup라이브러리…. 오류가 터져 나오고 있음이 감지 되었다. Fatal Exception: java.lang.ExceptionInInitializerError at org.jsoup.nodes.Document$OutputSettings.<init>(:3) at org.jsoup.nodes.Document.<init>(:13) at org.jsoup.parser.TreeBuilder.a(:12) at org.jsoup.parser.TreeBuilder.b() at org.jsoup.parser.HtmlTreeBuilder.b(:7) at e.a.a.a.r.b.onResponse(:4) at...
error: Content is protected !!