-2

I have created a database and tables in it. Now i want to view the databases and tables from android device and not emulator in eclipse. How do i do that?

Vinit Khanna
  • 81
  • 1
  • 1
  • 10

1 Answers1

0

Follow these steps:

  • Firstly you have to download SQLite browser or SQLite Manager
  • Then go to DDMS in eclipse(placed on Top-Right corner)
  • Then open FileExplorer->data->data->your_project_package_name->your_database_file select this file and pull it out.(You can find pull out icon at top-right corner of your file explorer tab)
  • Then save this file and open in SQLite browser or SQLite Manager
Rahul Sharma
  • 5,949
  • 5
  • 36
  • 46