X Tutup
Skip to content

pythonzz/realm-java

 
 

Repository files navigation

Realm Android

Prerequisites

  • The Android SDK must be installed
  • The Android NDK must be installed
  • make must be available in $PATH
  • A JDK installed

Setup

  • Modify the local.properties file with the correct paths for the Android SDK and NDK

Build

  • ./gradlew assemble will generate the .aar file
  • ./gradlew generatereleaseJavadoc will generate the Javadocs
  • ./gradlew connectedCheck will run the tests on a connected Android device

About

Realm is a mobile database: a replacement for SQLite & ORMs

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 88.3%
  • C++ 8.5%
  • CMake 2.2%
  • Groovy 0.9%
  • HTML 0.1%
  • Shell 0.0%
X Tutup