Update BUILDING.md

Correction of a typo and a few style incongruences.

// FREEBIE
Closes #1750
fork-5.53.8
jhertel 2014-07-27 19:57:36 +02:00 zatwierdzone przez Moxie Marlinspike
rodzic 7d688846f9
commit 26d58047b5
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -45,12 +45,12 @@ Setting up a development environment
[Android Studio](https://developer.android.com/sdk/installing/studio.html) is the recommended development environment.
1. Install Android Studio
1. Install Android Studio.
2. Make sure the "Android Support Repository" is installed in the Android Studio SDK.
3. Make sure the latest "Android SDK build-tools" is installed in the Android Studio SDK.
4. Create a new Android Studio project. from the Quickstart pannel (use File > Close Project to see it), choose "Checkout from Version Control" then "git".
5. Paste the URL for the TextSecure project when prompted (https://github.com/WhisperSystems/TextSecure.git)
6. Android studio should detect the presence of a project file and ask you wethere to open it. Click "yes".
5. Paste the URL for the TextSecure project when prompted (https://github.com/WhisperSystems/TextSecure.git).
6. Android studio should detect the presence of a project file and ask you whether to open it. Click "yes".
7. Default config options should be good enough.
8. Project initialisation and build should proceed.