Kevin
Kevin

Reputation: 55

SQLite Database not in Android Device Manager

I have been following tutorials for finding SQLite database in Android Studio.

Tools > Android > Android Device Manager > File Explorer

The data folder will not open so I can go to the path data/data/myproject/database name.

I am using the emulator.

enter image description here

Upvotes: 1

Views: 744

Answers (1)

Dan Osborne
Dan Osborne

Reputation: 94

So Your doing the right thing but it only work with emulator and devices running API 23 and lower. Try rebuilding the project at a lower API.

Upvotes: 1

Related Questions