浏览代码

Add gradle commands

lagel 9 年之前
父节点
当前提交
27b2bfac54
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      pages/common/gradle.md

+ 15 - 0
pages/common/gradle.md

@@ -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`