As i am having AMD processor in my laptop i am using GENYMOTION as an emulator. I have stored the data in sqlite as it is a plugin in android studio. But if i want to see the data using DDMS the file explorer showing nothing. How can i see the data stored in sqlite database using androidstudio and using GENYMOTION. Thanks in advance
Go to Tools -> DDMS
or click the Device Monitor icon next to SDK Manager in Tool bar.
Device Monitor window will open. In File Explorer tab, click data -> data -> your project name
. After that your databases file will open. Click pull a file from device
icon. Save the file using .db extension.
Open FireFox, Press Alt , Tools -> SQLiteManager
.
Follow Database -> connect to Database -> browse your database file and click ok. Your SQLite file will opened now.