Reputation: 1356
I am working on a SQLite application. I am using Genymotion emulator with Android Studio 4.2.2. on OS Ubuntu 20.04
In my Android Studio I need to do
View -> Tool Window -> Device File Explorer
Then under
data -> data -> myprojectfolder -> databases
I can find my database file.
Now I want to pull this file to my Local PC for testing purpose. But I can't find a way to do it.
Upvotes: 0
Views: 522
Reputation: 1007399
Right-click over the file in Device File Explorer and choose "Save As" from the context menu:
Upvotes: 2