Closed leach-chen closed 8 years ago
def gitCommits = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
在builde.gradle里面这行 Error:(24, 1) A problem occurred evaluating project ':app'.
For input string: ""
那就去掉它
去掉也没用
我也遇到这个问题
确定你的项目是 clone 下来的而不是下载 zip 包的?
当我clone的时候,会弹出这样的错误,只能下载zip包了 @xingrz
将build.gradle中的grale版本升级后解决了 classpath 'com.android.tools.build:gradle:2.2.0'
def gitCommits = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
在builde.gradle里面这行 Error:(24, 1) A problem occurred evaluating project ':app'.