Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
8ea5bc79
Commit
8ea5bc79
authored
Jan 10, 2017
by
ylecollen
Browse files
Merge remote-tracking branch 'origin/pedroc/android_e2e_dev' into pedroc/android_e2e_dev
parents
03ae28e0
4323bec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
java/android/OlmLibSdk/README.rst
View file @
8ea5bc79
OlmLibSdk
=========
OlmLibSdk exposes An android wrapper to libolm.
OlmLibSdk exposes an android wrapper to libolm.
Installation
------------
Create a libs directory in your project directory
Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section
repositories {
flatDir {
dir 'libs'
}
}
Add in the dependencies category
compile(name: 'olm-sdk', ext: 'aar')
Create a libs directory in your project directory
Copy the olm-sdk.aar into it.
In your build.gradle file, add in the android section::
repositories {
flatDir {
dir 'libs'
}
}
Add in the dependencies category::
compile(name: 'olm-sdk', ext: 'aar')
Development
-----------
import the project from the /java/android/OlmLibSdk path.
import the project from the
``
/java/android/OlmLibSdk
``
path.
The project contains some JNI files and some Java wraper files.
The project contains some tests under AndroidTests package.
\ No newline at end of file
The project contains some tests under AndroidTests package.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment