Android development: Eclipse in Sqlitemanager plugin use

Source: Internet
Author: User
Tags sqlite database

Usually when developing Android, you have to use the database operation and encounter the following minor problems:

Where is the database file? How do I access or operate?

Able to: Open the Ddms->file Explorer to see the SQLite database in Eclipse, and then locate it under Folder/data/data/package_name/databases.

But we can only see the. db file, not even see the tabular data, let alone manipulate the data.

Of course, we can export the. db file and manipulate the data with database manipulation tools such as SQLite Expert, which is not very troublesome, and today we are able to use a simple tool (Eclipse plugin Sqlitemanger) to directly implement our data in eclipse now, is it more convenient for our Android development?

1, download the installable Eclipse Sqlitemanger plugin, official website: http://www.sqlitemanager.org/or Baidu search for the corresponding jar file,

2, put the downloaded jar package into the eclipse/dropins/ folder below, then restart Eclipse, the installation is complete, so easy!

3. Execute your project and look again in the upper-right corner of the File Explorer form, with a cylindrical icon for the database. Select the database file (. db file) and click on it to be able to put the Sqlitemanager form open, where you can view the table information.

Note: Assuming that your Sqlitemanager plugin has not been successfully enabled, check your sqlite file extension. This should be a ". db" extension.

Android development: Eclipse in Sqlitemanager plugin use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.