25 lines
711 B
Markdown
25 lines
711 B
Markdown
### Setup Information
|
|
|
|
These instructions describe how to build the КуСфера Android project locally.
|
|
|
|
### Requirements
|
|
|
|
* Git.
|
|
* Android Studio or the Android Gradle command line environment.
|
|
* JDK compatible with the Android Gradle Plugin used by this project.
|
|
* Android SDK with the compile SDK configured in `build.gradle`.
|
|
|
|
### Android Studio
|
|
|
|
Open this repository as an existing Gradle project. Android Studio should import the modules from `settings.gradle`.
|
|
|
|
### Command Line
|
|
|
|
From the repository root:
|
|
|
|
```powershell
|
|
.\gradlew.bat :qsferaApp:assembleOriginalDebug
|
|
```
|
|
|
|
If Gradle cannot find Java or the Android SDK, set `JAVA_HOME`, `ANDROID_HOME`, and `ANDROID_SDK_ROOT` for your local machine.
|