我使用 proguard(mtj 插件中的支持)来混淆具有一些第三方 jar 的项目,但它给了我错误:
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
似乎 proguard 在 JavaSE 而不是 JavaME 中寻找类。它只发生在使用第三方 jar 的项目中。