안드로이드 프로그램 내에서 생성한 Sqlite 파일을 mysqlite.db라고 한다면
Device File Explorer 에서 찾을때 아래의 경로로 찾아간다.
app 이름: com.example.myandroid.myproject
sqlite 파일: mysqlite.db
Device File Explorer 열기
메뉴> View> Tool Windows> Device File Explorer>
경로:
data/data/app_name/databases/mysqlite.db
data/data/com.example.myandroid.myproject/databases/mysqlite.db
TIP>
삭제하고 싶을때는 databases 폴더 삭제를 하면 된다.
출처>
https://developer.android.com/studio/debug/device-file-explorer
728x90
'Tools > Android Studio' 카테고리의 다른 글
[Android Studio] [단축키] 편집기 최대화/최소화 - 윈도우 (0) | 2022.04.09 |
---|---|
[Android Studio] 단축키: 새로운 줄 넣기 - keymap, 단축키 찾기 (0) | 2022.01.15 |
[Android Studio] 버튼(Button) 텍스트(text) 에 입력한 소문자가 대문자로 보일때 - Design - All Attributes - textAllCaps - 3가지 옵션 (0) | 2020.11.28 |
[Android Studio] 경고(Warning): Hardcoded text - 해결 (0) | 2020.08.14 |
[Android Studio] 설정(Preference): 테마(Theme) - 3가지 (0) | 2020.08.14 |