Release
Size : 594 KB
Installation
Download JD-Eclipse ZIP file,Launch Eclipse,Click on "Help > Install New Software...",Drag and drop ZIP file on dialog windows,Check "Java Decompiler Ecl...
Android - proguard混淆器使用,有引用第三方jar包的时候报错:
You may need to specify additional library jars (using '-libraryjars')
处理方法:在proguard.cfg文件顶部加入
-dontwarn com.motorola.**...