Quantcast
Viewing latest article 22
Browse Latest Browse All 23

How to view the SQLite database on your Android Emulator

This tutorial will show you how to open a SQLite datbase from your Android emulator.

This requires Eclipse and the Android plugin. If you don't have them, follow this tutorial.

This also requires a SQLite viewer. I used SQLite Database Browser.

Step 1

  • With Eclipse open and your emulator running
  • select the DDMS perspective by clicking on the Window -> Open Perspective -> DDMS menu option.


Image may be NSFW.
Clik here to view.
Step 1


Step 2

  • Select the emulator you have currently have running. 
  • Click the File Explorer tab
  • Find the data folder.


Image may be NSFW.
Clik here to view.
Step 2

Step 3

  • Follow the filepath to the application you want /data/data/your.app.namespace/dbname.db
  • Click the Pull a file from the device button and save the database file on your computer.


Image may be NSFW.
Clik here to view.
Step 3

Step 4

  • Open the SQLite Database Viewer and click Open Database. 
  • Open the file and you can browse the data and view the schema!

Image may be NSFW.
Clik here to view.
Step 4

This can really help you debug some issues with your SQLite database!

With a few modifications, you should also be able to do this with your Android phone. The only problem I ran into was a permissions issue getting to the database file. I have not rooted my phone. There may also be other ways to get at it without rooting your phone.

Viewing latest article 22
Browse Latest Browse All 23

Trending Articles