mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 02:55:23 +00:00
parent
2cfc86307d
commit
b23898ee09
@ -5,7 +5,8 @@ Basics
|
|||||||
------
|
------
|
||||||
|
|
||||||
Signal uses [Gradle](http://gradle.org) to build the project and to maintain
|
Signal uses [Gradle](http://gradle.org) to build the project and to maintain
|
||||||
dependencies.
|
dependencies. However, you needn't install it yourself; the
|
||||||
|
"gradle wrapper" `gradlew`, mentioned below, will do that for you.
|
||||||
|
|
||||||
Building Signal
|
Building Signal
|
||||||
---------------
|
---------------
|
||||||
@ -19,12 +20,12 @@ The following steps should help you (re)build Signal from the command line.
|
|||||||
2. Make sure you have the [Android SDK](https://developer.android.com/sdk/index.html) installed.
|
2. Make sure you have the [Android SDK](https://developer.android.com/sdk/index.html) installed.
|
||||||
3. Ensure that the following packages are installed from the Android SDK manager:
|
3. Ensure that the following packages are installed from the Android SDK manager:
|
||||||
* Android SDK Build Tools
|
* Android SDK Build Tools
|
||||||
* SDK Platform
|
* SDK Platform (API level 22)
|
||||||
* Android Support Repository
|
* Android Support Repository
|
||||||
* Google Repository
|
* Google Repository
|
||||||
4. Create a local.properties file at the root of your source checkout and add an sdk.dir entry to it.
|
4. Create a local.properties file at the root of your source checkout and add an sdk.dir entry to it. For example:
|
||||||
|
|
||||||
sdk.dir=\<path to your sdk installation\>
|
sdk.dir=/Application/android-sdk-macosx
|
||||||
|
|
||||||
5. Execute Gradle:
|
5. Execute Gradle:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user