Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Android 애드몹
- Clean Architecture
- HTTP
- 아키텍처
- 애드몹배너
- 애드몹광고
- 젯팩컴포즈
- Android
- RecyclerView
- ImageView
- android kakao map
- 다이나믹 링크
- android 지도
- dynamiclink
- JetpackCompose
- 컴포넌트
- thread
- 클린 아키텍처
- android daum map
- Firebase
- 선언형UI
- 안드로이드 카카오 지도
- 안드로이드
- 안드로이드 라이브러리
- 동적 링크
- component
- 파이어베이스
- 안드로이드광고
- glide
- 안드로이드컴포즈
Archives
- Today
- Total
목록EGLNativeWindowType (1)
코딩스토리
[Android/안드로이드] Kakao지도 Api EGLNativeWindowType disconnect failed 오류 해결
카카오 지도 api를 다 구현하고 실행했는데 다음과 같은 로그가 무한반복되면서 검은화면이나 흰색화면만 뜨고, 보여야 할 지도는 뜨지 않는 경우가 있습니다. W/libEGL: EGLNativeWindowType 0x73b7348010 disconnect failed I/mali_winsys: new_window_surface() [1080x1917] return: 0x3000 I/mali_egl: eglDestroySurface() in I/mali_winsys: delete_surface() [1080x1917] return I/mali_egl: eglDestroySurface() out 이 오류를 해결하기 위해서는 appkey를 등록하기 위해 metadata를 등록했는데 위치를 변경해주면 해결됩니다.
Android/오류 해결
2020. 9. 17. 01:51