How to tell if Proguard has done its job

前端 未结 2 1804
长情又很酷
长情又很酷 2020-12-13 14:39

I downloaded proguard encapsulated in a zip file and unpacked it onto my hard disk. I did not install it in any way (because I didn\'t know how). I then added

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 15:00

    Normally the size will indicate whether ProGuard has worked but you can :-

    1. Use Dex2Jar to convert the apk to a jar file
    2. Open the resulting Jar file with Jd-Gui to view the code it contains

提交回复
热议问题