我使用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。它只发生在使用第三方罐的项目中。
答案 0 :(得分:0)
我看到的一件事是当我使用由LG等OEM提供的第三方API时,我需要将proguard混淆级别设置为8,而9是最高级别。希望这个井。