K
K
Konstantin Lipatov2017-06-04 15:22:06
Android
Konstantin Lipatov, 2017-06-04 15:22:06

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

1 answer(s)
S
Sergey Gornostaev, 2017-06-04
@Weys

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 question

Ask a Question

731 491 924 answers to any question