Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

d4rken/sqlite3-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

SQLite3 Binary for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%