Leveldb-Android

Port leveldb to Android

License

License

GroupId

GroupId

im.amomo.leveldb
ArtifactId

ArtifactId

leveldb
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Leveldb-Android
Port leveldb to Android
Project URL

Project URL

https://github.com/googolmo/Leveldb-Android
Source Code Management

Source Code Management

https://github.com/googolmo/Leveldb-Android

Download leveldb

How to add to project

<!-- https://jarcasting.com/artifacts/im.amomo.leveldb/leveldb/ -->
<dependency>
    <groupId>im.amomo.leveldb</groupId>
    <artifactId>leveldb</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/im.amomo.leveldb/leveldb/
implementation 'im.amomo.leveldb:leveldb:1.0.1'
// https://jarcasting.com/artifacts/im.amomo.leveldb/leveldb/
implementation ("im.amomo.leveldb:leveldb:1.0.1")
'im.amomo.leveldb:leveldb:jar:1.0.1'
<dependency org="im.amomo.leveldb" name="leveldb" rev="1.0.1">
  <artifact name="leveldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.amomo.leveldb', module='leveldb', version='1.0.1')
)
libraryDependencies += "im.amomo.leveldb" % "leveldb" % "1.0.1"
[im.amomo.leveldb/leveldb "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Leveldb-Android

Port leveldb to Android

======================

Build Status

###Build

  1. Configure Project
./configure.sh
  1. Build jni and copy so file
./build.sh
  1. Build Project
./gradlew build

How to import

  • aar (may be can't work)
dependencies {
    compile 'im.amomo.leveldb:leveldb:1.0.1@aar'
}
  • remote jar and local so
dependencies {
    compile 'im.amomo.leveldb:leveldb:1.0.1@jar'
}

save armeabi/libleveldbjni.so to jniLibs/armeabi/libleveldbjni.so save armeabi-v7a/libleveldbjni.so to jniLibs/armeabi-v7a/libleveldbjni.so

  • local jar and local so

save jar to libs/

Usage (TODO)

Versions

Version
1.0.1
1.0.0