Reputation: 55
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
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