I cant see my database in Android Studio File Manager

3.5k Views Asked by At

I have been following a tutorial line by line, and I cant seem to find my database in the /data/data/com.package.www/databases/. It is filled with con folders. There are no errors whatsoever while debugging. Thank you.

1

There are 1 best solutions below

2
On

You need root on device and do some command in terminal. See detail (How do I view the SQLite database on an Android device?) Without root you see empty folder.

Another way (without roots: How to access data/data folder in Android device?)

Sory for my bad english