session-android/BUILDING.md

23 lines
491 B
Markdown
Raw Normal View History

2013-06-18 11:38:11 +02:00
Building TextSecure
===================
1. Ensure the 'Android Support Repository' is installed from the Android SDK manager.
2013-06-18 11:38:11 +02:00
Execute Gradle:
2013-06-18 11:38:11 +02:00
./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.