**
I know this is possible duplicate. But I would like to highlight that even after following all the available instructions, I haven't been able to solve the issue
**
Can anyone tell how to view local database created by my android application in my android phone.
I'm not using any AVD . I'm directly deploying the application in my phone only. So i'm not able to view the table structure and data which is stored in my phone.
I know how to view database using sql lite browser and retrieve the database created in my laptop itself. Can any one help me to find way to get the database file from my phone to my system.
Thanks.