简体   繁体   中英

Android Studio Plugin issue

I am new in android studio I am importing a project i android studio and getting this issue. You can see error.I did download new android Studio Bundle.Please help me in 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>

Answer from comments:

In any build.gradle files change runProguard to minifyEnabled. via @Joel

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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