mirror of https://github.com/CrimsonTome/tldr.git
16 lines
203 B
Markdown
16 lines
203 B
Markdown
|
# Gradle
|
||
|
|
||
|
> Gradle is the official build system for Android Studio
|
||
|
|
||
|
- Compile a package
|
||
|
|
||
|
`gradle build`
|
||
|
|
||
|
- Clear the build folder
|
||
|
|
||
|
`gradle clean`
|
||
|
|
||
|
- Compile and Release package
|
||
|
|
||
|
`gradle assembleRelease`
|