I'm trying to build my project obfuscated but It's not working. I get this warning: Obfuscator type (PROGUARD) is not found in obfuscator classpath, using NONE. Please use Plugins Manager to install the missing obfuscator library. I looked at the plugins option but I don't know how to add proguard.
相关问题
- What does the exclamation mark before class path d
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- proguard causing EnumMap NPE on dynamically declar
- Don't want netbeans debugger to go to disassem
相关文章
- Using ProGuard causes NoSuchFieldError for ACRA
- Java: Look and Feel
- C++ compiler error in netbeans
- How to escape @ sign inside JSDoc comments in NetB
- php: auto indent the whole code?
- Proguard Duplicate Zip Entry
- Using proguard with espresso/androidTest
- Protect Web API from unauthorized applications
I have followed the steps here: http://mikkonieminen.blogspot.co.uk/2013/04/netbeans-73-proguard.html and it worked... I don't speak Finnish, but I think from the screenshots you can understand to add the beta2 repositiory for modules and then you can download the proguard plugin. Good luck! Gergo
Goto the Tools > Plugins then goto Available Plugins tab and search for
Proguard
you will have that listed. Tick the checkbox that follows it and press install.You can see the screenshot below.
EDIT if you are unable to follow above steps then this might help you
I took the links from this question.
If the proguard plugin is unavailable, you can add this plugin repository catalog at netbeans plugins:
http://dlc.sun.com.edgesuite.net/netbeans/updates/7.3/uc/beta2/certified/catalog.xml
After installing proguard plugin, restart netbeans just to make it sure.