如何在 Netbeans 中手动更新 ProGuard?或者如何单独使用 Proguard 来编译我的 LWUIT 应用程序的 BB 版本?
混淆 BB 结果应用程序无法在设备上运行。需要使用 ProGuard4.5如何在 NetBeans 之外使用它,NetBeans7.1 包括 Proguard4.2如何在 Netbeans 内手动更新 ProGuard?或者如何单独使用 Proguard 来编译我的 LWUIT 应用程序的 BB 版本?
obfuscating BB results application not working on device.need to use ProGuard4.5how to use it outside of NetBeans, NetBeans7.1 includes Proguard4.2How to update ProGuard within Netbeans manually? OR how to use Proguard separately to compile for BB ver of my LWUIT app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 http://proguard.sourceforge.net/< 下载 ProGuard 4.7 的独立版本(4.2 是旧版本) /a> 并通过启动 proguard-gui.jar(您可以在 libs 目录下找到它)来运行其精美(且非常有用)的 GUI。
从那里您可以手动执行任何操作:设置您的设置,将您的 jar 提供给它,并获得混淆的 jar 作为回报。 GUI 有一个非常好的上下文帮助。
希望这有帮助
You can download a standalone version of ProGuard 4.7 (4.2 is an older version) from http://proguard.sourceforge.net/ and run its fancy (and very useful) GUI by launching proguard-gui.jar (you find it under the libs directory).
From there you can do anything manually: you setup your settings, feed it your jar, and get the obfuscated jar in return. The GUI has a very nice contextual help.
Hope this helps