mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-28 04:25:18 +00:00
1ddc45fd9c
* Include native libs without requiring intermediate .jar. * Fix build warnings; use latest build tools.
23 lines
491 B
Markdown
23 lines
491 B
Markdown
Building TextSecure
|
|
===================
|
|
|
|
1. Ensure the 'Android Support Repository' is installed from the Android SDK manager.
|
|
|
|
Execute Gradle:
|
|
|
|
./gradlew build
|
|
|
|
Re-building native components
|
|
-----------------------------
|
|
|
|
Note: This step is optional; native components are contained as binaries (see [library/libs](library/libs)).
|
|
|
|
1. Ensure that the Android NDK is installed.
|
|
|
|
Execute ndk-build:
|
|
|
|
cd library
|
|
ndk-build
|
|
|
|
Afterwards, execute Gradle as above to re-create the APK.
|