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
- dynamiclink
- 애드몹배너
- android 지도
- 다이나믹 링크
- 안드로이드
- android daum map
- 선언형UI
- 젯팩컴포즈
- 안드로이드 라이브러리
- android kakao map
- thread
- 안드로이드컴포즈
- 클린 아키텍처
- 안드로이드광고
- Android 애드몹
- 컴포넌트
- 애드몹광고
- Clean Architecture
- 동적 링크
- 안드로이드 카카오 지도
- component
- 파이어베이스
- ImageView
- Firebase
- JetpackCompose
- RecyclerView
- 아키텍처
- Android
- HTTP
- glide
Archives
- Today
- Total
목록URL (1)
코딩스토리
[Android/ 안드로이드] Error : android.content.ActivityNotFoundException
Uri uri = Uri.parse("www.naver.com"); Intent intent = new Intent(Intent.ACTION_VIEW, uri); 다음과 같이 인터넷 창을 띄우려 했는데 android.content.ActivityNotFoundException: at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2071) at android.app.Instrumentation.execStartActivity (Instrumentation.java:1717) at android.app.Activity.startActivityForResult (Activity.java:5250) at androidx.a..
Android/오류 해결
2020. 12. 17. 22:43