Android中gradle腳本 刪除目錄 修改目錄 修改文件字符串等操做

//編碼格式 tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } //定義全局變量 ext{ NAME="test" } //讀取gradle配置文件 def initBuildPath() { Properties properties = new Properties() File propertyFile = new File
相關文章
相關標籤/搜索