| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
If you'd like to contribute to the Android project, but do not currently have a development environment setup, follow the instructions in this guide.
If you downloaded Android Studio, extract it and then see Setting Up Android Studio.
In Android Studio, you can find a list of possible Gradle tasks in a tray at the top right of the screen:
Double clicking any of these tasks will execute it, and also add it to a short list in the main toolbar:
Clicking the green triangle next to this list will execute the currently selected task.
For command-line users, any task may be executed with cd Source/Android followed by gradlew <task-name>. In particular, gradlew assemble builds debug and release versions of the application (which are placed in Source/Android/app/build/outputs/apk).
Most dependencies for the Android project are supplied by Gradle automatically. However, Android platform libraries (and a few Google-supplied supplementary libraries) must be downloaded through the Android package manager.
In the future, if the project targets a newer version of Android, or uses newer versions of the tools/build-tools packages, it will be necessary to use this tool to download updates.
| Back | FazBrowse Home | New Git URL |