2013-06-18 19:38:11 +10:00
|
|
|
Building TextSecure
|
|
|
|
===================
|
|
|
|
|
2013-10-10 13:52:24 -07:00
|
|
|
1. Ensure the 'Android Support Repository' is installed from the Android SDK manager.
|
2013-06-18 19:38:11 +10:00
|
|
|
|
2013-10-10 13:52:24 -07:00
|
|
|
Execute Gradle:
|
2013-06-18 19:38:11 +10:00
|
|
|
|
2014-02-18 16:09:53 -08:00
|
|
|
./gradlew build
|
2014-02-25 09:35:55 +01:00
|
|
|
|
|
|
|
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.
|