1 Star 0 Fork 0

cozodb / cozo-lib-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README-zh.md 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
Ziyang Hu 提交于 2023-02-05 12:17 . bump version

Cozo 数据库 Android 库

android

本文叙述的是如何安装设置库本身。有关如何使用 CozoDB(CozoScript)的信息,见 文档

安装

库可从 maven central 下载:

implementation 'io.github.cozodb:cozo_android:0.5.1'

使用方法

与在 JVM 里使用国内镜像 ) 方式一样。

这里国内镜像 ) 有一个示例项目。

给安装包减肥

在你的 App 的 build.gradle 中添加:

android {
    defaultConfig {
        ndk {
            abiFilters 'arm64-v8a', 'x86'
        }
    }
}

相关信息参见:

1
https://gitee.com/cozodb/cozo-lib-android.git
git@gitee.com:cozodb/cozo-lib-android.git
cozodb
cozo-lib-android
cozo-lib-android
main

搜索帮助