Android Studio Could not find method runProguard() for arguments?

后端 未结 6 1635
予麋鹿
予麋鹿 2020-12-04 18:59
/Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/bin/java \"- com.intellij.rt.execution.application.AppMain org.gradle.launcher.GradleMain --build-fil         


        
6条回答
  •  执笔经年
    2020-12-04 19:30

    There is an update with Android Studio, you need to migrate your Gradle configurations : http://tools.android.com/tech-docs/new-build-system/migrating-to-1-0-0

    • Replace runProguard with minifyEnabled
    • Replace zipAlign with zipAlignEnabled
    • etc...

提交回复
热议问题