我想创建我的 j2me 应用程序的混淆包以提高大小和性能。所以,我proguard
从 sourgeforge.net 下载。我已经把它proguard.jar
放进了我的C:\WTK2.5.2_01\bin
文件夹。
当我尝试从中创建混淆包project->package->Create Obfuscation package
时引发以下异常
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Error: C:\Documents (The system cannot find the file specified)
Obfuscation failed.
Build failed
那么,此错误消息的原因是什么以及如何混淆我的应用程序?