1
Only the contents of the folder can be accessed Data
if the device be an emulator*.
The comic book is located in:
data > date > your-package-name > Databases > your-database-file.
The reason why subdirectories do not appear in the folder Data
is the adb not having permission to read its contents.
If you’re using Android Studio 3.0 or later use Device File Explorer.
With it you can see all the contents of the folder Data
, provided that the device is an emulator.
Look at this reply and/or the documentation for more details.
*Or "Rooted device"
Add your database creation code to your app.
– user28595
@Diegofelipe, to what extent is q the problem there? The app works well and the BD too...
– porthfind
To see how you are creating the BD, if you are giving some specific path when creating it.
– user28595