Reputation: 80
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
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
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. :-
Upvotes: 3