Could not find class XXX referenced from method XXX.

前端 未结 3 886
失恋的感觉
失恋的感觉 2020-12-06 09:09

I\'m working on a libGDX project and I have a class called CheerVArachnids that has another inline class which is an event listener. When I run this project on the desktop i

3条回答
  •  孤街浪徒
    2020-12-06 09:45

    First you should: import XXX(Class).java, If you added external library jar file import them to the LIB folder. After that: Right Click to your Project -> Properties -> Java Build Path -> Order and Export(tab) -> select All -> press OK -> Clean your Project.

    Hope this solve this issue

提交回复
热议问题