ProGuard JNI Error

烈酒焚心 提交于 2019-12-06 07:16:28

You are building a Desktop application, thus you need to disable the following option:

-microedition

Additionally, preverification is needed for Java versions 7+, thus you also need to disable:

-dontpreverify

The -target 1.8 can be omitted as well.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!