Could not find class XXX referenced from method XXX.

前端 未结 3 882
失恋的感觉
失恋的感觉 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 10:00

    In my case, everything worked fine until I installed the new updates for the SDK and Eclipse.

    I got an error: "Could not find class..."

    I found solution in another stackoverflow site.

    I have a similar problem when using external jar (in my case openCSV). The reason I had a problem was due to a change in ADT 17 (or above). What I needed to do to resolve the problem was In Eclipse go to Properties -> Java build path -> Order and export. Mark my jar. Move jar to top of the list. The solution was found in the following page which reference to a very good article.

提交回复
热议问题