简体   繁体   English

Android Studio插件问题

[英]Android Studio Plugin issue

I am new in android studio I am importing a project i android studio and getting this issue. 我是android studio中的新手,我正在android Studio中导入一个项目并收到此问题。 You can see error.I did download new android Studio Bundle.Please help me in this.thanks 您会看到错误。我确实下载了新的android Studio捆绑包。请在此帮助我。谢谢

 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>

Answer from comments: 来自评论的答案:

In any build.gradle files change runProguard to minifyEnabled. 在任何build.gradle文件中,将runProguard更改为minifyEnabled。 via @Joel 通过@Joel

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM