Shahzaib Naseer
Shahzaib Naseer

Reputation: 80

Finding Sqllite database in Android studio 3.2

I'm new at Android development ,I have created a login xml with an sqllite database in andriod version 3.2 but could not locate the database ,I have searched the internet all i could see was andriod device monitor but it was removed from version 3.2 can someone help me in locating my database

Upvotes: 2

Views: 66

Answers (1)

MikeT
MikeT

Reputation: 56953

Android Device Monitor was deprecated in Android Studion 3.1 and replaced in Android 3.2.

As per https://developer.android.com/studio/releases and

Android Device Monitor

It's replacement is Device File Explorer, which is made available as a button, with the name Device File Explorer, typically/initially at the bottom right (it is movable) or via View/Tool Windows/Device File Explorer e.g. :-

enter image description here

Upvotes: 3

Related Questions