Gradle failed to build when proguard is activated

后端 未结 4 1858
花落未央
花落未央 2020-12-03 00:40

I am trying to release my Android application with Gradle.

Everything works, including the ./gradlew clean build assembleRelease command.

Howeve

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 01:15

    Hmmm, I don't understand why but it seems if I start two times the same task with the same parameters (proguard...) the second one is the good one.

    But if the second one the parameters change, the task fail.

    Hope it will help someone.

    Regards

提交回复
热议问题