I am using Eclipse for Android programming. Is there a tool for view an SQLite database in the emulator?
follow below way -
if(ubuntu user)
you can find your dropins folder at usr/share/eclipse/dropins if you don't have permission to paste file at location then opent your terminal (ctrl+alt+T) and type command sudo nautilus then press enter the new window will open then you can paste the jar at the dropins folder
to know more follow LINK
Thanks.
Eclipse Plugin for Sqllite
Follow the below steps:
Download the .jar file
Place the plugin .jar file in your Eclipse plugins folder (e.g. /usr/lib/eclipse/plugins)
Restart Eclipse
Start up an Android Emulator with debugging in Eclipse
Switch to the DDMS Perspective in Eclipse
Go to the 'File Explorer' tab to locate your device's database file
Navigate to: e.g. 'data -> data -> com.myproject -> databases -> myproject
Open the database file in Questoid (see screenshot)
Switch to the 'Questoid SQLite Browser' tab that appears (mine appears next to LogCat by default)
Switch to the 'Browse Data' sub tab Select your table from the drop down menu Browse your data here and onward into the digital sunset
Refer link
See blog post Browse an Android Emulator SQLite Database in Eclipse.