Payel Senapati
Payel Senapati

Reputation: 1356

How to extract a database file of my Android Project from Genymotion emulator device in Android Studio 4.2.2 to Local PC for testing purpose?

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

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007399

Right-click over the file in Device File Explorer and choose "Save As" from the context menu:

Device File Explorer context menu

Upvotes: 2

Related Questions