Using Proguard for Android in Eclipse got Error

前端 未结 7 1490
误落风尘
误落风尘 2021-02-07 01:00

I have taken a fresh install of Eclipse and all the latest Android tools and want to use Proguard on existing project, but for now I have created a new blank one. I have added a

7条回答
  •  半阙折子戏
    2021-02-07 01:27

    This problem looks to be fixed in ADT 12. The following change in main_rules.xml solves the problem and should be included in ADT 12: https://review.source.android.com/#change,22791.

    I can verify that downloading the fixed version and replacing the copy that comes with the sdk at your_sdk_path/tools/ant fixes this issue.

提交回复
热议问题