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 |
Tags
- Dynamic Programing
- 카카오로그인
- android #androidstudio #compose #kotlin
- algorithm
- DFS
- androidstudio
- android12
- mutablestatelistof
- android #google console
- alogrithm
- cs #computer #network #internet
- android #androidstudio #fragmentdialog #kotlin
- Jetpack Compose
- 오블완
- compose
- mutablestateof
- algoritm
- KioskMode
- BFS
- android #android studio #compose #kotlin
- 백준 5052
- algorithm #
- 안드로이드 앱 아키텍처
- kotlin
- AlertDailog
- android #androidstudio #zsh
- 안드로이드#코틀린
- Android
- 티스토리챌린지
- Bluetooth Permission
Archives
- Today
- Total
목록get (1)
스태틱하게 개발중
안드로이드 개발중 파일을 앱별 저장소에 파일을 저장하고 Android Stuido - Device Explorer 확인해보니 아래와 같았습니다. 접근 권한이 거부되었다는 이유로 내부 파일을 확인할 수 없었습니다. 해결책은 emulated 아래있는 [self/primary/Android/data/내앱패키지] 에서 확인할 수 있습니다. 혹은 Terminal 에서 아래처럼 확인 할 수 있습니다. adb shellcd /storage/emulated/0/Android/data/내앱패키지/my_file/ls 앱별 저장소 경로// 저장위치 - /data/user/0/내앱패키지/files/val dir = context.filesDir.absoluteFile// 저장위치 - storage/self/primary/a..
Android
2025. 10. 15. 17:07