【发布时间】:2014-05-31 20:38:32
【问题描述】:
当我试图在 ProGuard 中混淆简单的 DataLoader.class 文件时,我收到了这个错误:
Reading program directory [C:\Users\uzytkownik\Documents\NetBeansProjects\ProTest\build\classes\Files\DataLoader.class]
Warning: class [DataLoader.class] unexpectedly contains class [Files.DataLoader]
Warning: there were 1 classes in incorrectly named files.
You should make sure all file names correspond to their class names.
The directory hierarchies must correspond to the package hierarchies.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unexpectedclass)
If you don't mind the mentioned classes not being written out,
you could try your luck using the '-ignorewarnings' option.
Please correct the above warnings first.
这是项目: http://www49.zippyshare.com/v/14668241/file.html
我会很感激你的帮助。
【问题讨论】:
标签: class warnings obfuscation proguard