Ant debug and ant release failed

前端 未结 4 601
既然无缘
既然无缘 2021-01-05 19:16

I am trying to generate apk on command line using ant. I am able to use ant clean but for ant debug and ant release command I am getting following error.

4条回答
  •  时光取名叫无心
    2021-01-05 19:58

    make sure the proguard.config point to an existing proguard file in your project.properties

    proguard.config=proguard-project.txt
    

提交回复
热议问题