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 |
Tags
- 위치정보확인
- 다이얼로그 프래그먼트
- NestedScrollView
- 안드로이드
- 리사이클러뷰
- ScrollView Child View Height Programmatically
- 인텐트란?
- java
- 뷰바인딩
- programmers
- 스크롤뷰 자식 뷰 높이 동적조절
- 레트로핏2
- Retrofit with MVVM
- dialog fragment
- lifecycleScope
- ScrollView with ConstraintLayout
- location System
- 레트로핏 코틀린
- 데이터바인딩
- 쉐어드
- viewBinding
- DataBinding
- recyclerview
- 프로그래머스
- dialog resize
- Retrofit Kotlin
- 다이얼로그 크기조절
- Android
- 레트로핏 MVVM
- dialogfragment singleton
Archives
- Today
- Total
안드로이드 세계
[Android] E/libc: Access denied finding property "ro.serialno" 에러시 대처법 본문
안드로이드(Android)/코틀린(Kotlin)
[Android] E/libc: Access denied finding property "ro.serialno" 에러시 대처법
리안94 2021. 4. 20. 01:58구글링을 해보면 여러 방면으로 해당에러가 발생하는 것 같다.
Room, Intent.ACTION_GET_CONTENT 등을 이용할 때 발생하는 문제인것 같은데, 해결방법은 아주간단하다.
에뮬레이터를 껏다가 켜보았는데도 안된다면, 지웠다가 다시설치하면 정상적으로 동작한다.
단. 해당 에러관련 다른에러가 없는경우만 가능하다.
'안드로이드(Android) > 코틀린(Kotlin)' 카테고리의 다른 글
[Android] Retrofit2 사용법 (0) | 2021.05.01 |
---|---|
[Android] SimpleDateFormat에 대하여 (0) | 2021.04.23 |
[Android] 버튼 백그라운드 변경문제 (0) | 2021.02.19 |
[Android] RecyclerView 스크롤시 설정 해제되는 현상(체크박스, 백그라운드색상 등)해결법 (0) | 2021.02.18 |
[Android] DataBinding 편하게 사용하기(BaseActivity, BaseFragment) (2) | 2021.01.23 |
Comments