1

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>
Nadeem Yousaf
  • 563
  • 10
  • 31

1 Answers1

0

Answer from comments:

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

Community
  • 1
  • 1
Dfranc3373
  • 2,048
  • 4
  • 30
  • 44