我是android工作室的新手,我正在导入一个项目,我的android工作室,并得到了这个问题。你可以看到错误。我下载了新的android Bundle.Please帮助我在this.thanks
Error:(23, 0) Gradle DSL method not found: 'runProguard()'
Possible causes:<ul><li>The project 'shalomapps' may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>发布于 2015-02-23 02:58:21
来自评论的答复:
在任何build.gradle文件中,将runProguard更改为minifyEnabled。- via @Joel
https://stackoverflow.com/questions/27619589
复制相似问题