Answer the question
In order to leave comments, you need to log in
Where is the SQLite db file stored in Android Studio?
I created a database through DBHelper, put the data there, but suddenly the question arose, where exactly is the database file located?
Answer the question
In order to leave comments, you need to log in
On the Android operating system, the database file is stored in /data/data/<full application name>/databases/<database name>.db, while it is not stored on the Android Studio development environment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question