Socaprice
Socaprice

Reputation: 55

Where to find sqlite database using Android Studio

In Eclipse we can use the DDMS to find where the sqlite database is stored in an Android project. Where or what do we use to find it in Android Studio?

Thanks.

Upvotes: 0

Views: 92

Answers (1)

Subhalaxmi
Subhalaxmi

Reputation: 5707

In android studio you have to follow the same steps. By clicking on Android Device Monitor[android robot icon , left to help icon ] you can see DDMS and File Explorer and next you can find your sqlite data .

Upvotes: 2

Related Questions