1. the file dx.jar was not loaded from the SDK folder
解决:
在工程的project.properties中指定build-tools版本
sdk.buildtools=25.0.3
2. Dx unsupported class file version (出问题时用到的jdk1.8)
在eclipse 的java compliler 中把jdk改为1.7
OS: win10 64
解决:
在工程的project.properties中指定build-tools版本
sdk.buildtools=25.0.3
2. Dx unsupported class file version (出问题时用到的jdk1.8)
在eclipse 的java compliler 中把jdk改为1.7
OS: win10 64
本文介绍了解决thefiledx.jar未从SDK文件夹加载的问题方法。通过调整项目properties中的build-tools版本和更改Eclipse中的JDK版本至1.7来解决由于使用JDK1.8导致的Dx unsupported class file version错误。
2061

被折叠的 条评论
为什么被折叠?



