How do I fix a NoClassDefFoundError while launching Android LibGDX Project?(如何在启动 Android LibGDX 项目时修复 NoClassDefFoundError?)
问题描述
我目前正在学习
我对错误消息有什么不明白的地方吗?如果有,那是什么?
提前谢谢你.
右击你的Android项目->Properties->Java Build Path->Order and Exports 导出你正在使用的所有jars.
在 android 上运行项目仍然有问题,检查 JRE 是否设置为 1.6.
将主 Java 项目中的 JRE 从 1.7 更改为 1.6,并尝试在 android 上运行它.
Eclipse-> main-java-project-->展开目录-->右击JRE System library-->勾选Execution environment"-->选择JavaES 1.6 jre6->点击Ok
I am currently learning the LibGDX game engine (version 1.9.4) and I keep running into a compiling error when trying to run my android version of my project. I did some research and found this article and followed the solution that was listed on that question but the same issues keep occurring log.txt.
I tried adding the core file directly to the build path like so but still the same issue.
Is there something I'm not understanding about the error message? If so what is it?
Thank you in advance.
Right Click your Android project->Properties->Java Build Path->Order and Exports Export all your jars that you are using.
still having problem running project on android check if JRE is set to 1.6.
Change the JRE from the main Java Project from 1.7 to 1.6 and try to run it on android.
Eclipse-> main-java-project--> Expand the directory--> Right click on JRE System library--> Check "Execution environment" --> select JavaES 1.6 jre6-> Click Ok
这篇关于如何在启动 Android LibGDX 项目时修复 NoClassDefFoundError?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在启动 Android LibGDX 项目时修复 NoClassDefFoun
基础教程推荐
- 如何对 HashSet 进行排序? 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- 在螺旋中写一个字符串 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01