Proguard errors with external jar - returns error code 1

前端 未结 8 1662
逝去的感伤
逝去的感伤 2020-12-15 19:51

While exporting my Android Application, Proguard returned with error code 1. I am using twitter4j external jars in my app.

I already added library jars, rt.jar (For

8条回答
  •  萌比男神i
    2020-12-15 20:12

    Given these -dontwarn options, you can't be getting these warnings from your build. You should double-check that you are editing the proper configuration file (proguard-project.txt as of Android SDK r20).

提交回复
热议问题