0

I installed the latest version of Android Studio, and imported an older project. I get this error when I try to open it:

enter image description here

Mike
  • 6,751
  • 23
  • 75
  • 132
  • 1
    possible duplicate of [Gradle DSL method not found: 'runProguard'](http://stackoverflow.com/questions/27078075/gradle-dsl-method-not-found-runproguard) – Psypher Feb 15 '15 at 13:45

1 Answers1

2

http://tools.android.com/tech-docs/new-build-system - 0.14.0 (2014/10/31)

Google renamed it to minifyEnabled, look for it in the build.gradle file and substitute accordingly

MLProgrammer-CiM
  • 17,231
  • 5
  • 42
  • 75