Android中gradle脚本 删除目录 修改目录 修改文件字符串等操做

//编码格式 tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } //定义全局变量 ext{ NAME="test" } //读取gradle配置文件 def initBuildPath() { Properties properties = new Properties() File propertyFile = new File
相关文章
相关标签/搜索