Proguard - Can't find common super class / java.lang.VerifyError

后端 未结 4 1615
梦如初夏
梦如初夏 2021-01-04 00:58

We are developing a desktop application. When running ProGuard (version 5.3.3) on the code using the following configuration flags:

-dontoptimize
-allowacces         


        
4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-04 01:18

    manual/troubleshooting As a final solution, you could switch off optimization (-dontoptimize) and preverification (-dontpreverify).

提交回复
热议问题