I am installing an Android application on my phone and want to see the database of my application for some testing purpose on my phone Now my question is how to get those databases and tables ???? Please thank you in advance.
To view software for your local database, download software called Sqlite Studio:
1.) Download and install SQLite Studio on your computer.
2. Connect your phone to your computer, make sure you turn on USB debugging. USB debugging can be activated with the settings - & gt; Application - & gt; USB debugging (or settings - & gt; developer options -> USB debugging if you are using ice cream sandwich).
3.) Open the file explorer tab in the open DDMS view and DDS in Eclipse and then go to the data - & gt; Data - & gt; (Name of your name) - & gt; Database. Now drag the data file from the database to your computer
4.) Open OpenSkylight Studio and import the data file that you just dragged from your Android phone.
5.) View the contents of your database!
Hope this will help if you do not understand then do not hesitate to clarify!
Comments
Post a Comment