Add gradle commands

waldyrious/alt-syntax
lagel 2015-12-30 23:04:51 +08:00
parent 314e9d8d7c
commit 27b2bfac54
1 changed files with 15 additions and 0 deletions

15
pages/common/gradle.md Normal file
View File

@ -0,0 +1,15 @@
# 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`