How to call the SQLite database on the Linux layer of Android

Source: Internet
Author: User

In Android Linux, the procedure for calling the SQLite database is as follows:

1. First, run find./-name libsqlite. So-print in the android directory to find out whether any library files supported by SQLite are available;

2. Add a reference to the library file (libsqlite) to Android. mk in the project folder so that you can call functions such as sqlite3_open ();

3. directly call related functions to operate SQLite. You can directly use SQL statements to add databases.

Appendix Android. mk:

Local_path: = $ (call my-DIR)
Include $ (clear_vars)
Local_module_tags: = optional
Local_src_files: = serialcomm. c
Local_module: = serialcomm
Local_shared_libraries: = libsqlite
Include $ (build_executable)

Related Article

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.