I installed the latest version of Android Studio, and imported an older project. I get this error when I try to open it:
Asked
Active
Viewed 113 times
0
-
1possible 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 Answers
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