美文网首页
lib is not supported. Use -clas

lib is not supported. Use -clas

作者: 海内灬存知己 | 来源:发表于2022-08-17 16:18 被阅读0次

在使用:
dx --dex --output=dex.jar Hello.jar
将java的jar包转为Android虚拟机可以认识的字节码的时候报错:
lib is not supported. Use -classpath instead.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
其根本原因是因为JDK版本太高了,在JDK9以下应该就没有问题了
JDK8链接:
https://www.pcsoft.com.cn/soft/211411.html

相关文章

网友评论

      本文标题:lib is not supported. Use -clas

      本文链接:https://www.haomeiwen.com/subject/ndojgrtx.html