https://github.com/exalab/sqlite3-android
SQLite3 Binary for Android
https://github.com/exalab/sqlite3-android
Last synced: about 2 months ago
JSON representation
SQLite3 Binary for Android
- Host: GitHub
- URL: https://github.com/exalab/sqlite3-android
- Owner: EXALAB
- Created: 2017-12-18T13:20:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T13:51:09.000Z (about 7 years ago)
- Last Synced: 2025-02-22T17:44:47.792Z (11 months ago)
- Language: Makefile
- Size: 3.11 MB
- Stars: 57
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
--------
Makefile and Android.mk necessary to compile sqlite3 for Android.
Requirements
------------
* aria2c (or wget). Replace URL_DOWNLOADER variable in Makefile for other downloader.
* Android NDK
Build
-----
Install/extract the [Android NDK](https://developer.android.com/ndk/downloads/index.html) then:
PATH=/path/to/ndk/dir:$PATH
cd sqlite3-android
make
By default, it will build binaries for armeabi-v7. To build for other arch, replace the TARGET_ABI variable in Makefile.
Available ABIS:
armeabi (Deprecated in Android NDK r16. Will be removed in Android NDK r17)
armeabi-v7a
arm64-v8a
x86
x86_64