Thứ Hai, 1 tháng 10, 2012

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.


Step 1


Step 2

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


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.


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!

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.

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...