1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-20 14:36:04 +02:00
tldr/pages/common/gradle.md

16 lines
203 B
Markdown
Raw Normal View History

2015-12-30 23:04:51 +08:00
# 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`